OptionalContentOrderLeaf Class Documentation
classOptionalContentOrderLeaf : OptionalContentOrderNodeNamespace:com::datalogics::PDFL
- Inherits from:
OptionalContentOrderNode
Detailed Description
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.
Uses types
Constructor & Destructor Documentation
OptionalContentOrderLeaf
OptionalContentOrderLeaf(OptionalContentGroupocg)Parameters
ocg: OptionalContentGroupThe OptionalContentGroup this object will refer to.
Create an OptionalContentOrderLeaf that refers to the OptionalContentGroup.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetOptionalContentGroup
OptionalContentGroupgetOptionalContentGroup()Returns:
The OptionalContentGroup this object refers to.Gets the OptionalContentGroup refered to by this OptionalContentOrderLeaf.