OptionalContentMembershipDict Class Documentation
classOptionalContentMembershipDictNamespace:com::datalogics::PDFL
Detailed Description
Attaches content to one or more optional content groups. Form, container, and annotation objects can be associated with one or more optional content groups. By associating them with an optional content group, they become part of that 'layer', and the user can control the visibility of the content.
Note that by placing other element objects in a container, they can also be associated with an optional content group.
An OptionalContentMembershipDict connects content to the OptionalContentGroup; it contains a list of OptionalContentGroups, and rules for determining visibility when the OptionalContentGroups have conflicting on/off states in the active OptionalContentContext.
An OptionalContentMembershipDict cannot be changed once created; you must create a new OptionalContentMembershipDict and change the objects to point to it.
Referenced by
Constructor & Destructor Documentation
OptionalContentMembershipDict
OptionalContentMembershipDict(Documentdoc, java.util.List< OptionalContentGroup >ocgs, VisibilityPolicyvp)Parameters
doc: DocumentThe document that the new OptionalContentMembershipDict will belong to.
ocgs: java.util.List< OptionalContentGroup >The list of OptionalContentGroups this MembershipDict refers to.
vp: VisibilityPolicyThe VisibilityPolicy of this MembershipDict.
Create a new OptionalContentMembershipDict.
OptionalContentMembershipDict
OptionalContentMembershipDict(Documentdoc, java.util.List< OptionalContentGroup >ocgs, VisibilityPolicyvp, PDFArrayvisibilityExpression)Parameters
doc: DocumentThe document that the new OptionalContentMembershipDict will belong to.
ocgs: java.util.List< OptionalContentGroup >The list of OptionalContentGroups this MembershipDict refers to.
vp: VisibilityPolicyThe VisibilityPolicy of this MembershipDict.
visibilityExpression: PDFArrayThe VisibilityExpression of this MembershipDict.
Create a new OptionalContentMembershipDict.
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 voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgetOptionalContentGroups
java.util.List< OptionalContentGroup >getOptionalContentGroups()Returns:
An array containing OptionalContentGroups.Gets the list of OptionalContentGroups for this membership dictionary. This may consist of one OCG or several.
getVisibilityExpression
PDFArraygetVisibilityExpression()Returns:
A Visibility Expression array.GetVisibilityExpression Gets the Visibility Expression for this membership dictionary.
getVisibilityPolicy
VisibilityPolicygetVisibilityPolicy()Returns:
A Visibility Policy.Gets the Visbility Policy for this membership dictionary.
sameTypeEquals
booleansameTypeEquals(OptionalContentMembershipDictarg0)Parameters
Returns:
booleantoString
StringtoString()Returns:
String