Class OperationRemoveHeaderFooter


  • public class OperationRemoveHeaderFooter
    extends Object
    Removes a header and footer definition from a document. As of this writing, this operation does not have any additional parameters. The \"headerFooterSelection\" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.
    • Field Detail

      • JSON_PROPERTY_HEADER_FOOTER_SELECTION

        public static final String JSON_PROPERTY_HEADER_FOOTER_SELECTION
        See Also:
        Constant Field Values
    • Constructor Detail

      • OperationRemoveHeaderFooter

        public OperationRemoveHeaderFooter()
    • Method Detail

      • getHeaderFooterSelection

        @Nullable
        public @Nullable Object getHeaderFooterSelection()
        Defines which headers/footers shall be removed. (Currently all headers/footers shall be selected for removal, if this element is present.)
        Returns:
        headerFooterSelection
      • setHeaderFooterSelection

        public void setHeaderFooterSelection​(Object headerFooterSelection)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object