com.aspose.diagram
Class HeaderFooter

java.lang.Object
    extended by com.aspose.diagram.HeaderFooter

public class HeaderFooter 
extends java.lang.Object

Contains elements for a document's header and footer.


Property Getters/Setters Summary
java.lang.StringgetFooterCenter()
voidsetFooterCenter(java.lang.String)
           Contains the text string that appears in the center portion of a document's footer.
java.lang.StringgetFooterLeft()
voidsetFooterLeft(java.lang.String)
           Contains the text string that appears in the left portion of a document's footer.
MargingetFooterMargin()
voidsetFooterMargin(Margin)
           Specifies the margin of a document's footer.
java.lang.StringgetFooterRight()
voidsetFooterRight(java.lang.String)
           Contains the text string that appears in the right portion of a document's footer.
java.lang.StringgetHeaderCenter()
voidsetHeaderCenter(java.lang.String)
           Contains the text string that appears in the center portion of a document's header.
com.aspose.cells.ColorgetHeaderFooterColor()
           The RGB value of the text color for the header and footer.
HeaderFooterFontgetHeaderFooterFont()
           Specifies the font used for the header and footer text.
java.lang.StringgetHeaderLeft()
voidsetHeaderLeft(java.lang.String)
           Contains the text string that appears in the left portion of a document's header.
MargingetHeaderMargin()
voidsetHeaderMargin(Margin)
           Specifies the margin of a document's footer.
java.lang.StringgetHeaderRight()
voidsetHeaderRight(java.lang.String)
           Contains the text string that appears in the right portion of a document's header.
 

Property Getters/Setters Detail

getHeaderMargin/setHeaderMargin

public Margin getHeaderMargin() / public void setHeaderMargin(Margin value)
Specifies the margin of a document's footer.

getFooterMargin/setFooterMargin

public Margin getFooterMargin() / public void setFooterMargin(Margin value)
Specifies the margin of a document's footer.

getHeaderFooterColor

public com.aspose.cells.Color getHeaderFooterColor()
The RGB value of the text color for the header and footer.

getHeaderLeft/setHeaderLeft

public java.lang.String getHeaderLeft() / public void setHeaderLeft(java.lang.String value)
Contains the text string that appears in the left portion of a document's header.

getHeaderCenter/setHeaderCenter

public java.lang.String getHeaderCenter() / public void setHeaderCenter(java.lang.String value)
Contains the text string that appears in the center portion of a document's header.

getHeaderRight/setHeaderRight

public java.lang.String getHeaderRight() / public void setHeaderRight(java.lang.String value)
Contains the text string that appears in the right portion of a document's header.

getFooterLeft/setFooterLeft

public java.lang.String getFooterLeft() / public void setFooterLeft(java.lang.String value)
Contains the text string that appears in the left portion of a document's footer.

getFooterCenter/setFooterCenter

public java.lang.String getFooterCenter() / public void setFooterCenter(java.lang.String value)
Contains the text string that appears in the center portion of a document's footer.

getFooterRight/setFooterRight

public java.lang.String getFooterRight() / public void setFooterRight(java.lang.String value)
Contains the text string that appears in the right portion of a document's footer.

getHeaderFooterFont

public HeaderFooterFont getHeaderFooterFont()
Specifies the font used for the header and footer text.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.