Class HeaderReference
java.lang.Object
com.independentsoft.office.word.headerFooter.HeaderReference
The Class HeaderReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new header reference.HeaderReference(String relationshipID, HeaderFooterType type)Instantiates a new header 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
-
HeaderReference
public HeaderReference()Instantiates a new header reference.
-
-
Method Details