Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static HtmlExportOptions.CommentsPositionEnum |
HtmlExportOptions.CommentsPositionEnum.fromValue(String text) |
HtmlExportOptions.CommentsPositionEnum |
HtmlExportOptions.getCommentsPosition()
Gets or sets the position of the comments on the page.
|
HtmlExportOptions.CommentsPositionEnum |
HtmlExportOptions.CommentsPositionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static HtmlExportOptions.CommentsPositionEnum |
HtmlExportOptions.CommentsPositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlExportOptions.CommentsPositionEnum[] |
HtmlExportOptions.CommentsPositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HtmlExportOptions |
HtmlExportOptions.commentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition) |
void |
HtmlExportOptions.setCommentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition) |
void |
HtmlExportOptions.CommentsPositionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
HtmlExportOptions.CommentsPositionEnum enumeration) |
Copyright © 2022. All rights reserved.