iText 8.0.2 API
|
Util class which is responsible for marking of AbstractIdentifiableElement with appropriate SequenceId. More...
Static Public Member Functions |
|
static void | SetSequenceId (AbstractIdentifiableElement element, SequenceId sequenceId) |
Provides an AbstractIdentifiableElement with a SequenceId. More... |
|
static SequenceId | GetSequenceId (AbstractIdentifiableElement element) |
Gets an identifier of the element. More... |
|
Util class which is responsible for marking of AbstractIdentifiableElement with appropriate SequenceId.
|
inlinestatic |
Gets an identifier of the element.
Gets an identifier of the element. If it was not provided will return null
.
element | is an identifiable element |
null
otherwise
|
inlinestatic |
Provides an AbstractIdentifiableElement with a SequenceId.
Provides an AbstractIdentifiableElement with a SequenceId . Note that it is forbidden to override already existing identifier. If try to provide a new one then exception will be thrown.
element | is an identifiable element |
sequenceId | is an identifier to set |