PdfContentEditor Class |
Namespace: Aspose.Pdf.Facades
The PdfContentEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfContentEditor |
The constructor of the PdfContentEditor object.
|
![]() | PdfContentEditor(Document) |
Initializes new PdfContentEditor object on base of the document.
|
Name | Description | |
---|---|---|
![]() | Document |
Gets the document facade is working on.
(Inherited from Facade.) |
![]() | ReplaceTextStrategy |
A set of parameters for replace text operation
|
![]() | TextEditOptions |
Gets or sets text edit options.
|
![]() | TextReplaceOptions |
Gets or sets text replace options.
|
![]() | TextSearchOptions |
Gets or sets text search options.
|
Name | Description | |
---|---|---|
![]() ![]() | AddDocumentAdditionalAction |
Adds additional action for document event.
|
![]() ![]() | AddDocumentAttachment(String, String) |
Adds document attachment with no annotation.
|
![]() ![]() | AddDocumentAttachment(Stream, String, String) |
Adds document attachment with no annotation.
|
![]() | BindPdf(Stream) |
Binds a PDF stream for editing.
(Overrides FacadeBindPdf(Stream).) |
![]() | BindPdf(String) |
Binds a PDF file for editing.
(Overrides FacadeBindPdf(String).) |
![]() | BindPdf(Document) |
Initializes the facade.
(Inherited from Facade.) |
![]() ![]() | ChangeViewerPreference |
Changes the view preference.
|
![]() | Close |
Closes opened document.
(Overrides FacadeClose.) |
![]() ![]() | CreateApplicationLink(Rectangle, String, Int32) |
Creates a link to launch an application in PDF document.
|
![]() ![]() | CreateApplicationLink(Rectangle, String, Int32, Color) |
Creates a link to launch an application in PDF document.
|
![]() ![]() | CreateApplicationLink(Rectangle, String, Int32, Color, Enum) |
Creates a link to launch an application in PDF document.
|
![]() ![]() | CreateBookmarksAction |
Creates a bookmark with the specified action.
|
![]() ![]() | CreateCaret |
Creates caret annotation.
|
![]() ![]() | CreateCustomActionLink |
Creates a link to custom actions in PDF document.
|
![]() ![]() | CreateFileAttachment(Rectangle, String, String, Int32, String) |
Creates file attachment annotation.
|
![]() ![]() | CreateFileAttachment(Rectangle, String, Stream, String, Int32, String) |
Creates file attachment annotation.
|
![]() ![]() | CreateFileAttachment(Rectangle, String, String, Int32, String, Double) |
Creates file attachment annotation.
|
![]() ![]() | CreateFileAttachment(Rectangle, String, Stream, String, Int32, String, Double) |
Creates file attachment annotation.
|
![]() ![]() | CreateFreeText |
Creates free text annotation in PDF document
|
![]() ![]() | CreateJavaScriptLink |
Creates a link to JavaScript in PDF document.
|
![]() ![]() | CreateLine |
Creates line annotation.
|
![]() ![]() | CreateLocalLink(Rectangle, Int32, Int32) |
Creates a local link in PDF document.
|
![]() ![]() | CreateLocalLink(Rectangle, Int32, Int32, Color) |
Creates a local link in PDF document.
|
![]() ![]() | CreateLocalLink(Rectangle, Int32, Int32, Color, Enum) |
Creates a local link in PDF document.
|
![]() ![]() | CreateMarkup |
Creates markup annotation it PDF document.
|
![]() | CreateMovie |
Creates Movie Annotations.
|
![]() ![]() | CreatePdfDocumentLink(Rectangle, String, Int32, Int32) |
Creates a link to another PDF document page.
|
![]() ![]() | CreatePdfDocumentLink(Rectangle, String, Int32, Int32, Color) |
Creates a link to another PDF document page.
|
![]() ![]() | CreatePdfDocumentLink(Rectangle, String, Int32, Int32, Color, Enum) |
Creates a link to another PDF document page.
|
![]() ![]() | CreatePolygon |
Creates polygon annotation.
|
![]() ![]() | CreatePolyLine |
Creates polyline annotation.
|
![]() ![]() | CreatePopup |
Creates popup annotation in PDF document.
|
![]() ![]() | CreateRubberStamp(Int32, Rectangle, String, Color, Stream) |
Creates a rubber stamp annotation.
|
![]() ![]() | CreateRubberStamp(Int32, Rectangle, String, Color, String) |
Creates a rubber stamp annotation.
|
![]() ![]() | CreateRubberStamp(Int32, Rectangle, String, String, Color) |
Creates a rubber stamp annotation.
|
![]() | CreateSound |
Creates Sound Annotations.
|
![]() ![]() | CreateSquareCircle |
Creates square-circle annotation.
|
![]() ![]() | CreateText |
Creates text annotation in PDF document
|
![]() ![]() | CreateWebLink(Rectangle, String, Int32) |
Creates a web link in PDF document.
|
![]() ![]() | CreateWebLink(Rectangle, String, Int32, Color) |
Creates a web link in PDF document.
|
![]() ![]() | CreateWebLink(Rectangle, String, Int32, Color, Enum) |
Creates a web link in PDF document.
|
![]() ![]() | DeleteAttachments |
Deletes all attachments in PDF document.
|
![]() ![]() | DeleteImage |
Deletes all images from PDF document.
|
![]() ![]() | DeleteImage(Int32, Int32) |
Deletes the specified images on the specified page.
|
![]() ![]() | DeleteStamp |
Deletes multiple stamps on the specified page by stamp indexes.
|
![]() ![]() | DeleteStampById(Int32) |
Delete stamp by ID from all pages of the document.
|
![]() ![]() | DeleteStampById(Int32, Int32) |
Deletes stamp on the specified page by stamp ID.
|
![]() ![]() | DeleteStampByIds(Int32) |
Deletes stamps with specified IDs from all pages of the document.
|
![]() ![]() | DeleteStampByIds(Int32, Int32) |
Deletes stamps on the specified page by multiple stamp IDs.
|
![]() | Dispose |
Disposes the facade.
(Inherited from Facade.) |
![]() ![]() | DrawCurve |
Creates curve annotation.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ExtractLink |
Extracts the collection of Link instances contained in PDF document.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetStamps |
Returns array of stamps on the page.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | GetViewerPreference |
Returns the view preference.
|
![]() | HideStampById |
Hides the stamp. After hiding, stamp visibility may be restored with ShowStampById method.
|
![]() | MoveStamp |
Changes position of the stamp on page.
|
![]() | MoveStampById |
Changes position of the stamp on page.
|
![]() ![]() | RemoveDocumentOpenAction |
Removes open action from the document. This operation is useful when concatenating multiple documents that use explicit 'GoTo' action on startup.
|
![]() ![]() | ReplaceImage |
Replaces the specified image on the specified page of PDF document with another image.
|
![]() ![]() | ReplaceText(String, String) |
Replaces text in the PDF file.
|
![]() ![]() | ReplaceText(String, Int32, String) |
Replaces text in the PDF file on the specified page.
|
![]() ![]() | ReplaceText(String, String, TextState) |
Replaces text in the PDF file using specified TextState object.
|
![]() ![]() | ReplaceText(String, String, Int32) |
Replaces text in the PDF file and sets font size.
|
![]() ![]() | ReplaceText(String, Int32, String, TextState) |
Replaces text in the PDF file on the specified page. TextState object (font family, color) can be specified to replaced text.
|
![]() | Save(Stream) |
Saves the PDF document to the specified stream.
(Inherited from SaveableFacade.) |
![]() | Save(String) |
Saves the PDF document to the specified file.
(Inherited from SaveableFacade.) |
![]() | ShowStampById |
Shows stamp which was hidden by HiddenStampById.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DocumentClose |
A document event type. Closes a document.
|
![]() ![]() | DocumentOpen |
A document event type. Opens a document.
|
![]() ![]() | DocumentPrinted |
A document event type. Excute a action after printing.
|
![]() ![]() | DocumentSaved |
A document event type. Excute a action after saving.
|
![]() ![]() | DocumentWillPrint |
A document event type. Excute a action before printing.
|
![]() ![]() | DocumentWillSave |
A document event type. Excute a action before saving.
|