com.aspose.diagram

Class HeaderFooter

  • java.lang.Object
    • com.aspose.diagram.HeaderFooter
public class HeaderFooter 
extends java.lang.Object

Contains elements for a document's header and footer.

Field Summary
MarginHeaderMargin
Specifies the margin of a document's header.
MarginFooterMargin
Specifies the margin of a document's footer.
 
Property Getters/Setters Summary
java.lang.StringgetFooterCenter()
void
setFooterCenter(java.lang.Stringvalue)
           Contains the text string that appears in the center portion of a document's footer.
java.lang.StringgetFooterLeft()
void
setFooterLeft(java.lang.Stringvalue)
           Contains the text string that appears in the left portion of a document's footer.
java.lang.StringgetFooterRight()
void
setFooterRight(java.lang.Stringvalue)
           Contains the text string that appears in the right portion of a document's footer.
java.lang.StringgetHeaderCenter()
void
setHeaderCenter(java.lang.Stringvalue)
           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()
void
setHeaderLeft(java.lang.Stringvalue)
           Contains the text string that appears in the left portion of a document's header.
java.lang.StringgetHeaderRight()
void
setHeaderRight(java.lang.Stringvalue)
           Contains the text string that appears in the right portion of a document's header.
 

    • Field Detail

      • HeaderMargin

        public Margin HeaderMargin
        Specifies the margin of a document's header.
      • FooterMargin

        public Margin FooterMargin
        Specifies the margin of a document's footer.
    • Property Getters/Setters Detail

      • 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.