General
SlideLayoutType és un enum a Aspose.Slides FOSS per Java.
Representa el tipus de disseny d’una diapositiva.
Valors
| Value | Description |
|---|
CUSTOM | Represents a custom slide layout |
TITLE | Represents a title-only slide layout |
TEXT | Represents a slide layout containing only text |
TWO_COLUMN_TEXT | Represents a two‑column text slide layout |
TABLE | Represents a slide layout containing a table |
TEXT_AND_CHART | Represents a layout with text and a chart |
CHART_AND_TEXT | |
DIAGRAM | |
CHART | |
TEXT_AND_CLIP_ART | Represents a layout with text and clip art |
CLIP_ART_AND_TEXT | |
TITLE_ONLY | |
BLANK | Represents an empty slide layout with no placeholders |
TEXT_AND_OBJECT | Represents a layout with text and a generic object |
OBJECT_AND_TEXT | Represents a layout with an object and text |
OBJECT | |
TITLE_AND_OBJECT | Represents a layout with a title and a generic object |
TEXT_AND_MEDIA | Represents a layout with text and media content |
MEDIA_AND_TEXT | |
OBJECT_OVER_TEXT | Represents a layout where an object overlays text |
TEXT_OVER_OBJECT | |
TEXT_AND_TWO_OBJECTS | Represents a layout with text and two objects |
TWO_OBJECTS_AND_TEXT | |
TWO_OBJECTS_OVER_TEXT | Represents a layout where two objects overlay text |
FOUR_OBJECTS | Represents a layout containing four generic objects |
VERTICAL_TEXT | Represents a layout with vertically oriented text |
CLIP_ART_AND_VERTICAL_TEXT | |
VERTICAL_TITLE_AND_TEXT | Represents a layout with a vertical title and text |
VERTICAL_TITLE_AND_TEXT_OVER_CHART | Represents a layout with vertical title/text over a chart |
TWO_OBJECTS | Represents a layout containing two generic objects |
OBJECT_AND_TWO_OBJECT | |
TWO_OBJECTS_AND_OBJECT | |
SECTION_HEADER | |
TWO_TEXT_AND_TWO_OBJECTS | |
TITLE_OBJECT_AND_CAPTION | |
PICTURE_AND_CAPTION | |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
fromValue(value: String) → SlideLayoutType | Returns the enum constant matching the given string value, or {@link #CUSTOM} |
| if no match is found. | |