@Deprecated public class ComparisonHeaderFooter extends Object implements IComparisonHeaderFooter
Header Footer object
Constructor and Description |
---|
ComparisonHeaderFooter(List<IComparisonParagraph> paragraphs)
Deprecated.
Initializes a new instance of the
ComparisonHeaderFooter class. |
Modifier and Type | Method and Description |
---|---|
int |
getPageNumber()
Deprecated.
Gets or sets the page number.
|
List<IComparisonParagraph> |
getParagraphs()
Deprecated.
Gets or sets the paragraphs.
|
ComparisonRectangleBase |
getRectangle()
Deprecated.
Gets or sets the rectangle of the component.
|
StyleChangeInfo[] |
getStyleChangeInfo()
Deprecated.
Gets or sets the style change information.
|
int |
getTypeChanged()
Deprecated.
Gets or sets the type of changes for thiis component.
|
void |
setPageNumber(int value)
Deprecated.
Gets or sets the page number.
|
void |
setParagraphs(List<IComparisonParagraph> value)
Deprecated.
Gets or sets the paragraphs.
|
void |
setRectangle(ComparisonRectangleBase value)
Deprecated.
Gets or sets the rectangle of the component.
|
void |
setStyleChangeInfo(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style change information.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or sets the type of changes for thiis component.
|
public ComparisonHeaderFooter(List<IComparisonParagraph> paragraphs)
Initializes a new instance of the ComparisonHeaderFooter
class.
public List<IComparisonParagraph> getParagraphs()
Gets or sets the paragraphs.
The paragraphs.getParagraphs
in interface IComparisonHeaderFooter
public void setParagraphs(List<IComparisonParagraph> value)
Gets or sets the paragraphs.
The paragraphs.setParagraphs
in interface IComparisonHeaderFooter
value
- the valuepublic int getTypeChanged()
Gets or sets the type of changes for thiis component.
Value: The type changed.getTypeChanged
in interface IComparisonComponent
public void setTypeChanged(int value)
Gets or sets the type of changes for thiis component.
Value: The type changed.setTypeChanged
in interface IComparisonComponent
public ComparisonRectangleBase getRectangle()
Gets or sets the rectangle of the component.
Value: The rectangle.getRectangle
in interface IComparisonComponent
public void setRectangle(ComparisonRectangleBase value)
Gets or sets the rectangle of the component.
Value: The rectangle.setRectangle
in interface IComparisonComponent
public int getPageNumber()
Gets or sets the page number.
Value: The page number.getPageNumber
in interface IComparisonComponent
public void setPageNumber(int value)
Gets or sets the page number.
Value: The page number.setPageNumber
in interface IComparisonComponent
public StyleChangeInfo[] getStyleChangeInfo()
Gets or sets the style change information.
Value: The style change information.getStyleChangeInfo
in interface IComparisonComponent
public void setStyleChangeInfo(StyleChangeInfo[] value)
Gets or sets the style change information.
Value: The style change information.setStyleChangeInfo
in interface IComparisonComponent
Copyright © 2018. All rights reserved.