Sort Score
Result 10 results
Languages All
Labels All
Results 7,061 - 7,070 of 90,687 for

doc format

(0.36 sec)
  1. Convert DOCX to POTM via C++ or with free Onlin...

    Export DocX to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DocX to POTM online converter quickly before integrating the code....Converting documents from one format to another is a common requirement...file Save the document to POTM format using Save method and set Potm...

    products.aspose.com/total/cpp/conversion/docx-t...
  2. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...saved to pre-ISO/IEC 29500 formats, the property is ignored. Examples...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldTA.is_italic property | Aspose.Words for P...

    FieldTA.is_italic property. Gets or sets whether to apply italic Formatting to the page number for the entry....sets whether to apply italic formatting to the page number for the...fields. def field_toa_test (): doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToa.sequence_separator property | Aspose.W...

    FieldToa.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers.... def field_toa_test (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOA field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldToa.use_heading property | Aspose.Words fo...

    FieldToa.use_heading property. Gets or sets whether to include the category heading for the entries in a table of authorities.... def field_toa_test (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOA field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document....paragraph style with list formatting. doc = aw . Document () builder...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToa.SequenceSeparator | Aspose.Words for .NET

    Discover the FieldToa SequenceSeparator property—easily customize the character sequence for separating sequence and page numbers for enhanced clarity....void FieldTOA () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a TOA field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldTA.ShortCitation | Aspose.Words for .NET

    Manage your FieldTA ShortCitation effortlessly. Easily get or set short citations for entries, enhancing data organization and accessibility....void FieldTOA () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a TOA field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Paragraph class | Aspose.Words for Python

    aspose.words.Paragraph class. Represents a paragraph of text...Constructors Name Description Paragraph(doc) Initializes a new instance of...) frame_format Provides access to the frame formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers to a list within a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Bold = true...

    docs.aspose.com/words/net/add-bullets-or-number...