Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 423,613 for

document

(2.25 sec)
  1. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your page layout model for enhanced design flexibility.... Document doc = new Document (); LayoutCollector...content of our document spans. // Since the document is empty, that...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Aspose::Words::Saving::HtmlSaveOptions::get_Res...

    Aspose::Words::Saving::HtmlSaveOptions::get_ResolveFontNames method. Specifies whether font family names used in the Document are resolved and substituted according to FontSettings when being written into HTML-based formats in C++....font family names used in the document are resolved and substituted...HTML as specified in source documents. That is, FontSettings are...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 如何用 C++ 添加 Strikeout 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Strikeout 注释的源代码...Load the PDF file Document document = new Document ( System . IO...new StrikeoutAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  4. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....inserted was created from another document, you should use DocumentBase...import the node to the current document. The imported node can then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....inserted was created from another document, you should use DocumentBase...import the node to the current document. The imported node can then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Delete PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to delete pages from PDF files in Python....use the PageCollection of a Document . Use this workflow when you... archiving, or combining documents. Delete Page from PDF File...

    docs.aspose.com/pdf/python-net/delete-pages/
  7. INodeChangingCallback class | Aspose.Words for ...

    aspose.words.INodeChangingCallback class. Implement this interface if you want to receive notifications when nodes are inserted or removed in the Document....inserted or removed in the document. Methods Name Description...when a node belonging to this document has been inserted into another...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::DocumentBuilder::EndBookmark met...

    Aspose::Words::DocumentBuilder::EndBookmark method. Marks the current position in the Document as a bookmark end in C++....the current position in the document as a bookmark end. System...created. Remarks Bookmarks in a document can overlap and span any range...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::Fields::Field::get_IsDirty metho...

    Aspose::Words::Fields::Field::get_IsDirty method. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document in C++....modifications made to the document. bool Aspose :: Words :: Fields...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Extract AcroForm Data using C++|Aspose.PDF for C++

    This section explains how to extract forms from your PDF Document with Aspose.PDF for C++....from all the Fields of PDF Document To get values from all the...the fields in a PDF document, you need to navigate through all...

    docs.aspose.com/pdf/cpp/extract-form/