Uses of Class
com.atlassian.adf.model.node.MediaSingle.WidthType
-
Packages that use MediaSingle.WidthType Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of MediaSingle.WidthType in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return MediaSingle.WidthType Modifier and Type Method Description static MediaSingle.WidthTypeMediaSingle.WidthType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaSingle.WidthType[]MediaSingle.WidthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node that return types with arguments of type MediaSingle.WidthType Modifier and Type Method Description Optional<MediaSingle.WidthType>MediaSingle. widthType()Returns the width type, which controls how thewidthis interpreted.
-