com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class WordProcessingWatermarkHeaderFooterOptions



  • public final class WordProcessingWatermarkHeaderFooterOptions
    extends WordProcessingWatermarkBaseOptions

    Represents options when adding the watermark to a Word section header/footer.

    • Method Detail

      • getSectionIndex

        public final int getSectionIndex()

        Gets the index of a section to add the watermark to.

        Returns:
        The index of a section to add the watermark to.


        -1 means all sections.
      • setSectionIndex

        public final void setSectionIndex(int value)

        Sets the index of a section to add the watermark to.

        Parameters:
        value - The index of a section to add the watermark to.


        -1 means all sections.
      • getHeaderFooterType

        public final int getHeaderFooterType()
        Gets the value that identifies the type of header or footer to add the watermark to.
        Returns:
        The value of type OfficeHeaderFooterType that identifies the type of header or footer to add the watermark to.
      • setHeaderFooterType

        public final void setHeaderFooterType(int value)
        Sets the value that identifies the type of header or footer to add the watermark to.
        Parameters:
        value - The value of type OfficeHeaderFooterType that identifies the type of header or footer to add the watermark to.