| Modifier and Type | Method and Description |
|---|---|
OptionalContentDrawingPolicy |
OptionalContentContext.getDrawOptionalContent()
Gets the drawing policy for the optional content in this optional content context.
|
static OptionalContentDrawingPolicy |
OptionalContentDrawingPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionalContentDrawingPolicy[] |
OptionalContentDrawingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionalContentContext.setDrawOptionalContent(OptionalContentDrawingPolicy newPolicy)
Sets the drawing policy for the optional content in this optional content context.
|