Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 400,476 for

document

(0.12 sec)
  1. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for Document comments in C++....Specifies the rendering mode for document comments. enum class CommentDisplayMode...Value Description Hide 0 No document comments are rendered. ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Android API to Render MHTML to XAMLFLOW | produ...

    Transform MHTML to XAMLFLOW via Android via Java API...Java Open MHTML file using Document class Convert MHTML to DOC...using Document class of Aspose.Words Save the document to XAML_FLOW...

    products.aspose.com/total/android-java/conversi...
  3. DocumentBuilder.InsertTextInput | Aspose.Words ...

    Effortlessly add text form fields with the DocumentBuilder InsertTextInput method. Enhance your Document's interactivity and user experience today!...field into a document. Document doc = new Document (); DocumentBuilder...input form field. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Working with Watermark in C++|Aspose.Words for C++

    Document watermark manipulation using C++....displays behind the text in a document. A watermark can contain a...online document watermark . Add a Watermark to a Document In Microsoft...

    docs.aspose.com/words/cpp/working-with-watermark/
  5. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a Document using Python....displays behind the text in a document. A watermark can contain a...functionality with our Free online document watermark . How to Add a Watermark...

    docs.aspose.com/words/python-net/working-with-w...
  6. 查找PDF是否包含图像或文本|Aspose.PDF for .NET

    本主题解释如何使用PdfExtractor类查找PDF文件是否仅包含图像或文本。... () { // The path to the documents directory var dataDir = RunExamples...hold the extracted text from Document using ( var ms = new MemoryStream...

    docs.aspose.com/pdf/zh/net/find-whether-pdf-fil...
  7. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_paragraph property. Returns ``True`` if the cursor is at the beginning of the current paragraph (no text before the cursor)....Examples Shows how to move a document builder’s cursor to different...different nodes in a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. C++ API to Export MHTML to GIF | products.aspos...

    Convert MHTML to GIF within C++ applications....Secondly, by using advanced Word Document Processing API Aspose.Words...GIF Open MHTML file using Document class reference Convert MHTML...

    products.aspose.com/total/cpp/conversion/mhtml-...
  9. Online SVG to XAMLFLOW Conversion or Develop Ja...

    Free online app to convert SVG to XAMLFLOW files. Java conversion library code for SVG Documents....be converted into XAMLFLOW document Download the converted XAMLFLOW...Automation API Open SVG file using Document class Convert SVG to DOC by...

    products.aspose.com/total/java/conversion/svg-t...
  10. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。...页面拆分为单页 PDF 文件,可以按照以下步骤进行: 通过 Document 对象的 PageCollection 集合循环遍历...集合循环遍历 PDF 文档的页面。 在每次迭代中,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中。 使用...

    docs.aspose.com/pdf/zh/net/split-pdf-document/