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