Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 179,951 for

doc

(0.16 sec)
  1. ControlChar.OptionalHyphenChar | Aspose.Words f...

    Discover how to use the Optional Hyphen in Microsoft Word (char31) to enhance your Document formatting and improve readability. Learn more now!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  2. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LoadOptions.ConvertShapeToOfficeMath | Aspose.W...

    Transform shapes with EquationXML into Office Math objects effortlessly using LoadOptions' ConvertShapeToOfficeMath property for enhanced Document clarity....isConvertShapeToOffi ; Document doc = new Document ( MyDir + "Math...isConvertShapeToOffi ) { Assert . That ( doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.loa...
  4. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  5. Adding JavaScript in PHP|Aspose.PDF for Java

    Learn how to add JavaScript to PDF files using PHP and Aspose.PDF to enhance Document interactivity.... $doc = new Document ( $dataDir . "input1...desired action of Document $doc -> setOpenAction ( $javaScript...

    docs.aspose.com/pdf/java/adding-javascript-in-php/
  6. 使用 C++ 製作 HTML

    通過幾個步驟在 C++ 中創建一個新的 HTML。使用 C++ 庫輕鬆創建 HTML。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/zh-hant/cpp/make/html/
  7. Bookmark.Name | Aspose.Words for .NET

    Manage your bookmarks effortlessly with Bookmark Name. Easily set or update your bookmark names for better organization and quick access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark has a...

    reference.aspose.com/words/net/aspose.words/boo...
  8. DocumentBuilder.insert_signature_line method | ...

    aspose.words.DocumentBuilder.insert_signature_line method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutOptions.revision_options property | Aspos...

    LayoutOptions.revision_options property. Gets revision options.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SectionLayoutMode enumeration | Aspose.Words fo...

    Aspose.Words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the Document grid behavior.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/nodejs-net/aspose.wo...