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