Package com.atlassian.adf.model.mark
Interface Mark.Attr
-
- All Superinterfaces:
Element.Attr
- Enclosing interface:
- Mark
public static interface Mark.Attr extends Element.Attr
Constants used as theattributenames in marks.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIGNSpecifies how anAlignmentmark alters the presentation of the containing node.static StringANNOTATION_TYPESpecifies the intended meaning of anAnnotationmark.static StringHREFProvides the target URL of aLinkmark.static StringMODESpecifies how aBreakoutmark alters the presentation of the containing node.static StringNAMESpecifies the name of aFragmentthat is associated with anextensionnode (or similar).static StringSOURCESSpecifies the data sources to associate with thisDataConsumermark.static StringTYPESpecifies the sub-type for aSubSupmark, indicating whether the marked text should be displayed insuperscript orsubscript.-
Fields inherited from interface com.atlassian.adf.model.Element.Attr
COLLECTION, COLOR, ID, LEVEL, LOCAL_ID, OCCURRENCE_KEY, SIZE, TEXT, TITLE
-
-
-
-
Field Detail
-
ALIGN
static final String ALIGN
Specifies how anAlignmentmark alters the presentation of the containing node.- See Also:
Alignment.Align, Constant Field Values
-
ANNOTATION_TYPE
static final String ANNOTATION_TYPE
Specifies the intended meaning of anAnnotationmark.- See Also:
Annotation.AnnotationType, Constant Field Values
-
HREF
static final String HREF
Provides the target URL of aLinkmark.- See Also:
- Constant Field Values
-
MODE
static final String MODE
Specifies how aBreakoutmark alters the presentation of the containing node.- See Also:
Breakout.Mode, Constant Field Values
-
NAME
static final String NAME
Specifies the name of aFragmentthat is associated with anextensionnode (or similar).- See Also:
- Constant Field Values
-
SOURCES
static final String SOURCES
Specifies the data sources to associate with thisDataConsumermark.- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
Specifies the sub-type for aSubSupmark, indicating whether the marked text should be displayed insuperscript orsubscript.- See Also:
SubSup.Type, Constant Field Values
-
-