Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 157,349 for

doc

(0.13 sec)
  1. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // AUTONUMOUT fields display...

    reference.aspose.com/words/java/com.aspose.word...
  2. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.RTF format in Java.... Document doc = new Document(getMyDir() + "Rendering...setExportImagesForOl(exportImagesForOldRe); doc.save(getArtifactsDir() + "RtfSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a custom paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  4. FormField.CheckBoxSize | Aspose.Words for .NET

    Discover the FormField CheckBoxSize property to customize checkbox dimensions in points, enhancing your forms when IsCheckBoxExactSize is enabled....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FormField.IsCheckBoxExactSize | Aspose.Words fo...

    Discover the FormField IsCheckBoxExactSize property, easily control textbox sizing with a simple boolean setting for optimal customization....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. DocumentBuilder.RowFormat | Aspose.Words for .NET

    Explore the DocumentBuilder RowFormat property to easily access and customize table row formatting for enhanced Document design and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/doc...
  7. LoadFormat enumeration | Aspose.Words for Node.js

    Aspose.Words.LoadFormat enumeration. Indicates the format of the Document that is to be loaded.... Doc Microsoft Word 95 or Word 97.... from ( arrayBuffer ); let doc = new aw . Document ( dataBytes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SectionCollection class | Aspose.Words for Node.js

    Aspose.Words.SectionCollection class. A collection of [Section](../section/) objects in the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FormFieldCollection.Remove | Aspose.Words for .NET

    Effortlessly remove form fields by name with the FormFieldCollection Remove method. Streamline your data management with this easy-to-use feature!...public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FormField.OwnHelp | Aspose.Words for .NET

    Discover the FormField OwnHelp property. Easily user experience by customizing help messages when users press F1 on focused form fields....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...