com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class DiagramHeaderFooter



  • public class DiagramHeaderFooter
    extends Object

    Represents a header/footer in a Visio document.

    • Method Detail

      • getHeaderLeft

        public final String getHeaderLeft()

        Gets the text string that appears in the left portion of document header.

        Returns:
        The text string that appears in the left portion of document header.
      • setHeaderLeft

        public final void setHeaderLeft(String value)

        Sets the text string that appears in the left portion of document header.

        Parameters:
        value - The text string that appears in the left portion of document header.
      • getHeaderCenter

        public final String getHeaderCenter()

        Gets the text string that appears in the center portion of document header.

        Returns:
        The text string that appears in the center portion of document header.
      • setHeaderCenter

        public final void setHeaderCenter(String value)

        Sets the text string that appears in the center portion of document header.

        Parameters:
        value - The text string that appears in the center portion of document header.
      • getHeaderRight

        public final String getHeaderRight()

        Gets the text string that appears in the right portion of document header.

        Returns:
        The text string that appears in the right portion of document header.
      • setHeaderRight

        public final void setHeaderRight(String value)

        Sets the text string that appears in the right portion of document header.

        Parameters:
        value - The text string that appears in the right portion of document header.
      • getFooterLeft

        public final String getFooterLeft()

        Gets the text string that appears in the left portion of document footer.

        Returns:
        The text string that appears in the left portion of document footer.
      • setFooterLeft

        public final void setFooterLeft(String value)

        Sets the text string that appears in the left portion of document footer.

        Parameters:
        value - The text string that appears in the left portion of document footer.
      • getFooterCenter

        public final String getFooterCenter()

        Gets the text string that appears in the center portion of document footer.

        Returns:
        The text string that appears in the center portion of document footer.
      • setFooterCenter

        public final void setFooterCenter(String value)

        Sets the text string that appears in the center portion of document footer.

        Parameters:
        value - The text string that appears in the center portion of document footer.
      • getFooterRight

        public final String getFooterRight()

        Gets the text string that appears in the right portion of document footer.

        Returns:
        The text string that appears in the right portion of document footer.
      • setFooterRight

        public final void setFooterRight(String value)

        Sets the text string that appears in the right portion of document footer.

        Parameters:
        value - The text string that appears in the right portion of document footer.
      • getHeaderMargin

        public final double getHeaderMargin()

        Gets the margin of document header.

        Returns:
        The margin of document header.
      • setHeaderMargin

        public final void setHeaderMargin(double value)

        Sets the margin of document header.

        Parameters:
        value - The margin of document header.
      • getFooterMargin

        public final double getFooterMargin()

        Gets the margin of document header.

        Returns:
        The margin of document header.
      • setFooterMargin

        public final void setFooterMargin(double value)

        Sets the margin of document header.

        Parameters:
        value - The margin of document header.
      • getTextColor

        public final Color getTextColor()

        Gets the text color for header and footer.

        Returns:
        The text color for header and footer.
      • setTextColor

        public final void setTextColor(Color value)

        Sets the text color for header and footer.

        Parameters:
        value - The text color for header and footer.
      • getFont

        public final DiagramHeaderFooterFont getFont()

        Gets the font used for header and footer text.

        Returns:
        The font used for header and footer text.