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