Uses of Class
com.atlassian.adf.model.node.ExtensionSettings.Layout
-
Packages that use ExtensionSettings.Layout Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of ExtensionSettings.Layout in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return ExtensionSettings.Layout Modifier and Type Method Description static ExtensionSettings.LayoutExtensionSettings.Layout. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionSettings.Layout[]ExtensionSettings.Layout. 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 ExtensionSettings.Layout Modifier and Type Method Description Optional<ExtensionSettings.Layout>BodiedExtension. layout()Optional<ExtensionSettings.Layout>Extension. layout()Methods in com.atlassian.adf.model.node with parameters of type ExtensionSettings.Layout Modifier and Type Method Description BodiedExtensionBodiedExtension. layout(ExtensionSettings.Layout layout)ExtensionExtension. layout(ExtensionSettings.Layout layout)
-