| Modifier and Type | Method and Description |
|---|---|
OptionalContentContext |
OptionalContentContext.clone()
Makes a copy of the optional content context.
|
OptionalContentContext |
SeparationParams.getOCContext()
The optional content context to use for visibility state information, or NULL to use the document's current states in the default context.
|
OptionalContentContext |
Document.getOptionalContentContext()
Gets the built-in default OptionalContentContext for the document.
|
OptionalContentContext |
DrawParams.getOptionalContentContext()
The optional-content context to use for visibility state information, or NULL to use the document's current states in the default context.
|
OptionalContentContext |
PrintParams.getOptionalContentContext()
An optional-content context that determines what contents are visible.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Content.flattenOptionalContent(OptionalContentContext occ)
Flattens optional content within this Content object.
|
boolean |
Document.flattenOptionalContent(OptionalContentContext occ)
Flattens optional content in the document.
|
boolean |
Page.flattenOptionalContent(OptionalContentContext occ)
Flattens optional content on the page.
|
boolean |
Annotation.isCurrentlyVisible(OptionalContentContext occ)
Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
|
boolean |
Container.isCurrentlyVisible(OptionalContentContext occ)
Tests whether a container is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
|
boolean |
Form.isCurrentlyVisible(OptionalContentContext occ)
Tests whether a form is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
|
boolean |
Container.isCurrentlyVisible(OptionalContentContext occ,
Content content)
Tests whether a container is visible in a given optional content context and content.
|
boolean |
Form.isCurrentlyVisible(OptionalContentContext occ,
Content content)
Tests whether an form is visible in a given optional content context and content.
|
boolean |
Container.makeVisible(OptionalContentContext occ,
Content content)
Makes a container visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
|
boolean |
Form.makeVisible(OptionalContentContext occ,
Content content)
Makes a form visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
|
void |
SeparationParams.setOCContext(OptionalContentContext theContext)
The optional content context to use for visibility state information, or NULL to use the document's current states in the default context.
|
void |
DrawParams.setOptionalContentContext(OptionalContentContext context)
The optional-content context to use for visibility state information, or NULL to use the document's current states in the default context.
|
void |
PrintParams.setOptionalContentContext(OptionalContentContext context)
An optional-content context that determines what contents are visible.
|