Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static ParagraphFormat.EastAsianLineBreakEnum |
ParagraphFormat.EastAsianLineBreakEnum.fromValue(String text) |
ParagraphFormat.EastAsianLineBreakEnum |
ParagraphFormat.getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
|
ParagraphFormat.EastAsianLineBreakEnum |
ParagraphFormat.EastAsianLineBreakEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ParagraphFormat.EastAsianLineBreakEnum |
ParagraphFormat.EastAsianLineBreakEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParagraphFormat.EastAsianLineBreakEnum[] |
ParagraphFormat.EastAsianLineBreakEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParagraphFormat |
ParagraphFormat.eastAsianLineBreak(ParagraphFormat.EastAsianLineBreakEnum eastAsianLineBreak) |
void |
ParagraphFormat.setEastAsianLineBreak(ParagraphFormat.EastAsianLineBreakEnum eastAsianLineBreak) |
void |
ParagraphFormat.EastAsianLineBreakEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ParagraphFormat.EastAsianLineBreakEnum enumeration) |
Copyright © 2023. All rights reserved.