Uses of Interface
com.atlassian.adf.model.mark.type.LayoutSectionMark
-
Packages that use LayoutSectionMark 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 LayoutSectionMark in com.atlassian.adf.model.mark
Classes in com.atlassian.adf.model.mark that implement LayoutSectionMark Modifier and Type Class Description classBreakoutThebreakoutmark sets block nodes to extend wider than the normal content area. -
Uses of LayoutSectionMark in com.atlassian.adf.model.mark.type
Methods in com.atlassian.adf.model.mark.type that return LayoutSectionMark Modifier and Type Method Description LayoutSectionMarkLayoutSectionMark. copy() -
Uses of LayoutSectionMark in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return types with arguments of type LayoutSectionMark Modifier and Type Method Description Class<LayoutSectionMark>LayoutSection. markClass()
-