Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 30,980 for

doc

(0.13 sec)
  1. LayoutOptions.ContinuousSectionPageNumberingRes...

    Discover the LayoutOptions ContinuousSectionPageNumberingRestart property for seamless page numbering control in continuous sections. Optimize your Document layout today!... Document doc = new Document ( MyDir + "Continuous...reset to 2 from the second page. doc . LayoutOptions . ContinuousSectionPag...

    reference.aspose.com/words/net/aspose.words.lay...
  2. VbaModuleType enumeration | Aspose.Words for No...

    Aspose.Words.Vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ComHelper.open method | Aspose.Words for Node.js

    Aspose.Words.ComHelper.open method...a local system filename: let doc = comHelper . open ( base . myDir..."Document.docx" ); expect ( doc . getText (). trim ()). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create table with paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldOptions.UseInvariantCultureNumberFormat | ...

    Discover the FieldOptions UseInvariantCultureNumberFormat property to easily manage number formatting with invariant culture for consistent data handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Thread . CurrentThread . CurrentCulture...

    reference.aspose.com/words/net/aspose.words.fie...
  7. PdfSaveOptions.zoom_factor property | Aspose.Wo...

    PdfSaveOptions.zoom_factor property. Gets or sets a value determining zoom factor (in percentages) for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...
  9. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a Document in Java.... Document doc = new Document(getMyDir() + "Document...FontInfoCollection fontInfos = doc.getFontInfos(); fontInfos.se...

    reference.aspose.com/words/java/com.aspose.word...
  10. BorderCollection.count property | Aspose.Words ...

    BorderCollection.count property. Gets the number of borders in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Paragraph...

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