Uses of Interface
com.atlassian.adf.model.mark.type.TableMark
-
Packages that use TableMark Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes.com.atlassian.adf.model.mark.type Marker interfaces that help classify mark types by how they may be used.com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of TableMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement TableMark Modifier and Type Class Description classFragmentIts purpose seems to be related to giving extension nodes a way to refer to page fragments that should be integrated into the rendering at this point. -
Uses of TableMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return TableMark Modifier and Type Method Description TableMarkTableMark. copy() -
Uses of TableMark in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type TableMark Modifier and Type Method Description Class<TableMark>Table. markClass()
-