Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 183,731 for

doc

(0.31 sec)
  1. UserInformation class | Aspose.Words for Node.js

    Aspose.Words.Fields.UserInformation class. Specifies information about the user... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FindReplaceOptions.applyParagraphFormat propert...

    FindReplaceOptions.applyParagraphFormat property. Paragraph formatting applied to new content.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Every...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfSaveOptions.export_document_structure proper...

    PdfSaveOptions.export_Document_structure property. Gets or sets a value determining whether or not to export Document structure.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Access Ranges in Document|Aspose.Words for Java

    Access ranges in a Document easily and fast instead of using Apache POI.... Java Range range = doc . getRange (); String text =...the range. Java Range range = doc . getRange (); String text =...

    docs.aspose.com/words/java/access-ranges-in-doc...
  5. TableStyleOptions enumeration | Aspose.Words fo...

    aspose.words.tables.TableStyleOptions enumeration. Specifies how table style is applied to a table....default for old formats such as DOC, WML and RTF. DEFAULT This is...table while applying a style. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Before and After Ranges|Aspose.Words for...

    Insert before and after ranges within a Document easily and fast instead of using Apache POI.... Java doc . getRange (). getSection ( 0...below section" ); String text = doc . getRange (). text (); Download...

    docs.aspose.com/words/java/insert-before-and-af...
  7. Paragraph.IsFormatRevision | Aspose.Words for .NET

    Discover how the IsFormatRevision property in Microsoft Word tracks formatting changes, ensuring accurate Document edits and enhanced collaboration.... Document doc = new Document ( MyDir + "Format..."Track changes". Assert . That ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  8. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity.... Document doc = new Document ( MyDir + "Paragraphs...is composite. Assert . That ( doc . IsComposite , Is . True );...

    reference.aspose.com/words/net/aspose.words/nod...
  9. XlsxSaveOptions.sectionMode property | Aspose.W...

    XlsxSaveOptions.sectionMode property. Gets or sets the way how sections are handled when saving to the output XLSX Document... let doc = new aw . Document ( base ....XlsxSectionMode . MultipleWorksheets ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PreferredWidth.Value | Aspose.Words for .NET

    Discover the PreferredWidth Value property to easily access and customize your preferred width. Enhance your design with precise measurements today!... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...