Class Footer
java.lang.Object
com.independentsoft.office.word.headerFooter.Footer
The Class Footer.
-
Constructor Summary
ConstructorsConstructorDescriptionFooter()Instantiates a new footer.Footer(byte[] buffer, Relationship relationship)Instantiates a new footer. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IBlockElement contentElement)Adds the.voidAdds the.voidAdds the.clone()Gets the content.Gets the content elements.Gets the mc:Ignorable attribute value of the footer root, ornullif absent.getType()Gets the type.voidsetMarkupCompatibilityIgnorable(String markupCompatibilityIgnorable)Sets the mc:Ignorable attribute value of the footer root.voidsetType(HeaderFooterType type)Sets the type.toString()
-
Constructor Details
-
Footer
public Footer()Instantiates a new footer. -
Footer
Instantiates a new footer.- Parameters:
buffer- the bufferrelationship- the relationship- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
add
Adds the.- Parameters:
paragraph- the paragraph
-
add
Adds the.- Parameters:
table- the table
-
add
Adds the.- Parameters:
contentElement- the content element
-
getContentElements
Gets the content elements.- Returns:
- the content elements
-
clone
-
getMarkupCompatibilityIgnorable
Gets the mc:Ignorable attribute value of the footer root, ornullif absent.- Returns:
- the markup-compatibility ignorable prefixes
-
setMarkupCompatibilityIgnorable
Sets the mc:Ignorable attribute value of the footer root.- Parameters:
markupCompatibilityIgnorable- the new value
-
toString
-
getContent
Gets the content.- Returns:
- the content
-
getType
Gets the type.- Returns:
- the type
-