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