| Modifier and Type | Method and Description |
|---|---|
FormatElementCategory |
ContentModelFormatterParticipant.getFormatElementCategory(DOMElement element,
XMLFormattingConstraints parentConstraints,
SharedSettings sharedSettings) |
| Modifier and Type | Method and Description |
|---|---|
default FormatElementCategory |
IFormatterParticipant.getFormatElementCategory(DOMElement element,
XMLFormattingConstraints parentConstraints,
SharedSettings sharedSettings)
Returns the format element category for the given DOM element and null
otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
FormatElementCategory |
XMLFormattingConstraints.getFormatElementCategory() |
FormatElementCategory |
XMLFormatterDocumentNew.getFormatElementCategory(DOMElement element,
XMLFormattingConstraints parentConstraints)
Returns the format element category of the given DOM element.
|
static FormatElementCategory |
FormatElementCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatElementCategory[] |
FormatElementCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLFormattingConstraints.setFormatElementCategory(FormatElementCategory formatElementCategory) |
| Modifier and Type | Method and Description |
|---|---|
FormatElementCategory |
XMLFormattingOptions.getFormatElementCategory(DOMElement element) |
Copyright © 2022. All rights reserved.