Uses of Class
com.atlassian.adf.model.mark.Alignment.Align
-
Packages that use Alignment.Align Package Description com.atlassian.adf.model.mark Marks are special document elements that are used to decoratetextnodes. -
-
Uses of Alignment.Align in com.atlassian.adf.model.mark
Methods in com.atlassian.adf.model.mark that return Alignment.Align Modifier and Type Method Description Alignment.AlignAlignment. align()Returns thisalignmentmark'salignvalue.static Alignment.AlignAlignment.Align. valueOf(String name)Returns the enum constant of this type with the specified name.static Alignment.Align[]Alignment.Align. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.mark with parameters of type Alignment.Align Modifier and Type Method Description static AlignmentAlignment. alignment(Alignment.Align align)Returns analignmentmark with the givenalignvalue.
-