Package com.datalogics.PDFL
Class OptionalContentOrderLeaf
java.lang.Object
com.datalogics.PDFL.OptionalContentOrderNode
com.datalogics.PDFL.OptionalContentOrderLeaf
Leaf node class for items in the OptionalContentConfig Order array. Items in the Order array can be arranged into a tree structure. Each 'leaf' on this tree would be an OptionalContentOrderLeaf that contains a reference to an OptionalContentGroup in this document.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an OptionalContentOrderLeaf that refers to the OptionalContentGroup. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Gets the OptionalContentGroup refered to by this OptionalContentOrderLeaf.
-
Constructor Details
-
OptionalContentOrderLeaf
Create an OptionalContentOrderLeaf that refers to the OptionalContentGroup.- Parameters:
ocg- The OptionalContentGroup this object will refer to.
-
-
Method Details
-
delete
public void delete()- Overrides:
deletein classOptionalContentOrderNode
-
getOptionalContentGroup
Gets the OptionalContentGroup refered to by this OptionalContentOrderLeaf.- Returns:
- The OptionalContentGroup this object refers to.
-