Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 49,693 for

doc

(0.06 sec)
  1. FieldBibliography.format_language_id property |...

    FieldBibliography.format_language_id property. Gets or sets the language ID that is used to format the bibliographic sources in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldCitation.format_language_id property | Asp...

    FieldCitation.format_language_id property. Gets or sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.punctuation_kerning property | Aspose....

    Document.punctuation_kerning property. Specifies whether kerning applies to both Latin text and punctuation.... doc = aw . Document ( file_name =...docx' ) self . assertTrue ( doc . punctuation_kerning ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create customized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....populate document with data: string doc = MyDir + "Reporting engine template...ReportBuilder . BuildReport ( doc , ArtifactsDir + "LowCode.BuildReportWithObjec...

    reference.aspose.com/words/net/aspose.words.low...
  5. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...options); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListFormat.is_list_item property | Aspose.Words...

    ListFormat.is_list_item property. True when the paragraph has bulleted or numbered formatting applied to it.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar.SectionBreakChar | Aspose.Words for...

    Discover the ControlChar SectionBreakChar field, optimize your Document formatting with the essential end-of-section character for seamless text flow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.NonBreakingSpace | Aspose.Words for...

    Discover ControlChar's NonBreakingSpace field for seamless formatting. Enhance your text with the x00a0 character for improved readability!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  9. NumSpacing Enum | Aspose.Words for .NET

    Discover Aspose.Words.NumSpacing enum to customize numeral spacing for enhanced Document formatting. Elevate your text presentation today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This effect is only supported...

    reference.aspose.com/words/net/aspose.words/num...
  10. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

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