com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class WordProcessingHeaderFooter



  • public class WordProcessingHeaderFooter
    extends ContentPart

    Represents a header/footer in a Word document.

    • Method Detail

      • isLinkedToPrevious

        public final boolean isLinkedToPrevious()
        Gets a value indicating whether this header/footer is linked to the corresponding header/footer in the previous section.

        Default is true.

        Returns:
        true if this header/footer is linked to the corresponding header/footer in the previous section; false otherwise.
      • setLinkedToPrevious

        public final void setLinkedToPrevious(boolean value)
        Sets a value indicating whether this header/footer is linked to the corresponding header/footer in the previous section.

        Note, when your link a header or footer, its contents is cleared.

        Parameters:
        value - true if this header/footer has to be linked to the corresponding header/footer in the previous section; false otherwise.