Class FooterReference
java.lang.Object
com.independentsoft.office.word.headerFooter.FooterReference
The Class FooterReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new footer reference.FooterReference(String relationshipID, HeaderFooterType type)Instantiates a new footer reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the relationship id.getType()Gets the type.voidsetRelationshipID(String relationshipID)Sets the relationship id.voidsetType(HeaderFooterType type)Sets the type.toString()
-
Constructor Details
-
FooterReference
public FooterReference()Instantiates a new footer reference.
-
-
Method Details