Sort Score
Result 10 results
Languages All
Labels All
Results 8,741 - 8,750 of 182,452 for

doc

(0.1 sec)
  1. ParagraphFormat.SnapToGrid | Aspose.Words for .NET

    Discover how the ParagraphFormat SnapToGrid property enhances layout precision by aligning your paragraphs with Document grid lines for a polished look.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/net/aspose.words/par...
  2. Hello World in Python|Aspose.Words for Java

    Write 'hello' to the Word Document using Python....DocumentBuilder" ) doc = Document () builder = DocumentBuilder ( doc ) builder...

    docs.aspose.com/words/java/hello-world-in-python/
  3. Download and Installation|Aspose.Words for Java

    Download and Configure Aspose.Words for Java from Jython....quickstart / ' doc = Document () builder = DocumentBuilder ( doc ) builder...writeln ( ' Hello World ! ' ) doc . save ( dataDir + ' HelloWorld...

    docs.aspose.com/words/java/download-and-configu...
  4. FieldOptions.legacyNumberFormat property | Aspo...

    FieldOptions.legacyNumberFormat property. Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.SuppressAutoHyphens | Aspose.Wo...

    Control hyphenation in your Document with the ParagraphFormat SuppressAutoHyphens property, ensuring clear and professional paragraph formatting.... Document doc = new Document ( MyDir + "German...hyphenation if any is available. doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  6. PdfSaveOptions.renderChoiceFormFieldBorder prop...

    PdfSaveOptions.renderChoiceFormFieldBorder property. Specifies whether to render PDF choice form field border.... let doc = new aw . Document ( base ....renderChoiceFormFiel = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfEncryptionDetails.ownerPassword property | A...

    PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted PDF Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Chart.title property | Aspose.Words for Node.js

    Chart.title property. Provides access to the chart title properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompositeNode.index_of method | Aspose.Words fo...

    CompositeNode.index_of method. Returns the index of the specified child node in the child node array.... doc = aw . Document ( file_name =...+ 'Rendering.docx' ) body = doc . first_section . body # Retrieve...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Forms2OleControl.BackColor | Aspose.Words for .NET

    Discover the Forms2OleControl BackColor property to customize your control's background color. Enhance your UI with flexible color options today!... Document doc = new Document ( MyDir + "ActiveX...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...