Class HeaderFooter
java.lang.Object
com.independentsoft.office.charts.HeaderFooter
The Class HeaderFooter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the even footer.Gets the even header.Gets the first footer.Gets the first header.Gets the odd footer.Gets the odd header.booleanChecks if is align with margins.booleanChecks if is different first.booleanChecks if is different odd even.voidsetAlignWithMargins(boolean alignWithMargins)Sets the align with margins.voidsetDifferentFirst(boolean differentFirst)Sets the different first.voidsetDifferentOddEven(boolean differentOddEven)Sets the different odd even.voidsetEvenFooter(String evenFooter)Sets the even footer.voidsetEvenHeader(String evenHeader)Sets the even header.voidsetFirstFooter(String firstFooter)Sets the first footer.voidsetFirstHeader(String firstHeader)Sets the first header.voidsetOddFooter(String oddFooter)Sets the odd footer.voidsetOddHeader(String oddHeader)Sets the odd header.toString()
-
Constructor Details
-
HeaderFooter
public HeaderFooter()Instantiates a new header footer.
-
-
Method Details
-
clone
-
toString
-
isAlignWithMargins
public boolean isAlignWithMargins()Checks if is align with margins.- Returns:
- true, if is align with margins
-
setAlignWithMargins
public void setAlignWithMargins(boolean alignWithMargins)Sets the align with margins.- Parameters:
alignWithMargins- the new align with margins
-
isDifferentFirst
public boolean isDifferentFirst()Checks if is different first.- Returns:
- true, if is different first
-
setDifferentFirst
public void setDifferentFirst(boolean differentFirst)Sets the different first.- Parameters:
differentFirst- the new different first
-
isDifferentOddEven
public boolean isDifferentOddEven()Checks if is different odd even.- Returns:
- true, if is different odd even
-
setDifferentOddEven
public void setDifferentOddEven(boolean differentOddEven)Sets the different odd even.- Parameters:
differentOddEven- the new different odd even
-
getEvenHeader
Gets the even header.- Returns:
- the even header
-
setEvenHeader
Sets the even header.- Parameters:
evenHeader- the new even header
-
getFirstHeader
Gets the first header.- Returns:
- the first header
-
setFirstHeader
Sets the first header.- Parameters:
firstHeader- the new first header
-
getOddHeader
Gets the odd header.- Returns:
- the odd header
-
setOddHeader
Sets the odd header.- Parameters:
oddHeader- the new odd header
-