Sort Score
Result 10 results
Languages All
Labels All
Results 9,001 - 9,010 of 182,595 for

doc

(2.77 sec)
  1. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word Documents in C++ using Aspose.Slides with precise layout, images and formatting preserved....converting the presentation to Word (DOC or DOCX). When compared to Microsoft...MakeObject < Presentation > (); auto doc = MakeObject < Aspose :: Words...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  2. 使用 C++ 从 PDF 中移除水印 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从 PDF 文件中删除水印...中删除水印-C++ // Read a PDF file doc = MakeObject < Document > ( u...from first page artifacts = doc -> get_Pages () -> idx_get (...

    products.aspose.com/pdf/zh-hans/cpp/watermark/r...
  3. Fill.opacity property | Aspose.Words for Python

    Fill.opacity property. Gets or sets the degree of opacity of the specified fill as a value between 0.0 (clear) and 1.0 (opaque).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Write some text, and then cover...

    reference.aspose.com/words/python-net/aspose.wo...
  4. InlineStory.is_insert_revision property | Aspos...

    InlineStory.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...change. self . assertTrue ( doc . has_revisions ) footnotes =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. InlineStory.is_delete_revision property | Aspos...

    InlineStory.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...change. self . assertTrue ( doc . has_revisions ) footnotes =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. InlineStory.is_move_from_revision property | As...

    InlineStory.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...change. self . assertTrue ( doc . has_revisions ) footnotes =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.SizeBi | Aspose.Words for .NET

    Adjust the font size in points for right-to-left Documents effortlessly. Enhance readability and design with our easy-to-use Font SizeBi property!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  8. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the brush color that fills the closed path of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Write some text, and then cover...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Font.localeIdBi property | Aspose.Words for Nod...

    Font.localeIdBi property. Gets or sets the locale identifier (language) of the formatted right-to-left characters.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.StartColumnBookmark | Aspose.Wo...

    Use DocumentBuilder's StartColumnBookmark method to easily mark table cell positions as column bookmarks, enhancing Document navigation and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words/doc...