public interface TitledElement extends AnchorElement, TitleOrIncludeElement
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
Return the titled element level.
|
java.lang.String |
getSeq()
Return the titled element sequence id.
|
java.lang.String |
getTitle()
Return the title.
|
default java.lang.String |
getTitleWithSequence()
Return the title, possibly associated with the title forced sequence.
|
boolean |
hasSeq()
Return true if the titled element has a forced sequence id.
|
boolean |
isDuplicate()
Return true if the title element is a duplicate of another existing titl e.
|
boolean |
isKeepingCase()
Return trur if the TitledElement description should keep the title description case.
|
boolean |
isResolved()
Return true if the title element has having been already resolved.
|
boolean |
isSearchable()
Return true if the title element is searchable.
|
default boolean |
isSeeAlso()
Return true if the TitledElement correspond to a See Also title.
|
default void |
setLevel(int level)
Set the title level.
|
void |
setResolved()
Set the titled element as being resolved.
|
void |
setSeq(java.lang.String seq)
Set the titled element sequence id.
|
void |
setTitle(java.lang.String title)
Set the title.
|
getID, setID
void setTitle(java.lang.String title)
title
- the titlejava.lang.String getTitle()
getTitle
in interface AnchorElement
default java.lang.String getTitleWithSequence()
void setSeq(java.lang.String seq)
seq
- the sequence idboolean hasSeq()
java.lang.String getSeq()
int getLevel()
default void setLevel(int level)
level
- the title leveldefault boolean isSeeAlso()
boolean isKeepingCase()
void setResolved()
boolean isResolved()
boolean isDuplicate()
boolean isSearchable()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence