Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Paragraph.LatinLineBreakEnum |
Paragraph.LatinLineBreakEnum.fromValue(String text) |
Paragraph.LatinLineBreakEnum |
Paragraph.getLatinLineBreak()
True if Latin line break is used with the paragraph.
|
Paragraph.LatinLineBreakEnum |
Paragraph.LatinLineBreakEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Paragraph.LatinLineBreakEnum |
Paragraph.LatinLineBreakEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Paragraph.LatinLineBreakEnum[] |
Paragraph.LatinLineBreakEnum.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.latinLineBreak(Paragraph.LatinLineBreakEnum latinLineBreak) |
void |
Paragraph.setLatinLineBreak(Paragraph.LatinLineBreakEnum latinLineBreak) |
void |
Paragraph.LatinLineBreakEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Paragraph.LatinLineBreakEnum enumeration) |
Copyright © 2022. All rights reserved.