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