public enum PageLayoutSectionLayoutType extends Enum<PageLayoutSectionLayoutType>
| Enum Constant and Description |
|---|
SINGLE |
THREE_EQUAL |
THREE_WITH_SIDEBARS |
TWO_EQUAL |
TWO_LEFT_SIDEBAR |
TWO_RIGHT_SIDEBAR |
| Modifier and Type | Method and Description |
|---|---|
PageLayoutCellType[] |
getExpectedCellTypes() |
static PageLayoutSectionLayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageLayoutSectionLayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageLayoutSectionLayoutType SINGLE
public static final PageLayoutSectionLayoutType TWO_LEFT_SIDEBAR
public static final PageLayoutSectionLayoutType TWO_RIGHT_SIDEBAR
public static final PageLayoutSectionLayoutType TWO_EQUAL
public static final PageLayoutSectionLayoutType THREE_EQUAL
public static final PageLayoutSectionLayoutType THREE_WITH_SIDEBARS
public static PageLayoutSectionLayoutType[] values()
for (PageLayoutSectionLayoutType c : PageLayoutSectionLayoutType.values()) System.out.println(c);
public static PageLayoutSectionLayoutType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic PageLayoutCellType[] getExpectedCellTypes()
Copyright © 2003–2021 Atlassian. All rights reserved.