Package | Description |
---|---|
com.aspose.pdf.api | |
com.aspose.pdf.model |
Modifier and Type | Method and Description |
---|---|
DocumentTextReplaceResponse |
PdfApi.PostDocumentReplaceText(String name,
String storage,
String folder,
TextReplace body)
PostDocumentReplaceText
Document's replace text method.
|
PageTextReplaceResponse |
PdfApi.PostPageReplaceText(String name,
Integer pageNumber,
String storage,
String folder,
TextReplace body)
PostPageReplaceText
Page's replace text method.
|
Modifier and Type | Method and Description |
---|---|
List<TextReplace> |
TextReplaceListRequest.getTextReplaces()
getTextReplaces
Gets List
|
Modifier and Type | Method and Description |
---|---|
void |
TextReplaceListRequest.setTextReplaces(List<TextReplace> TextReplaces)
setTextReplaces
Sets List
|
Copyright © 2016. All rights reserved.