Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 90,934 for

doc format

(2.72 sec)
  1. FieldDatabase Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDatabase class to efficiently implement DATABASE fields in your Documents. Enhance your Document automation today!... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. FormatAttributes { get;...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Saving::XlsxSaveOptions::get_Sav...

    Aspose::Words::Saving::XlsxSaveOptions::get_SaveFormat method. Specifies the Format in which the Document will be saved if this save options object is used. Can only be Xlsx in C++....ormat method Specifies the format in which the document will...compress XLSX document. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::PageSetup::get_ChapterPageSepara...

    Aspose::Words::PageSetup::get_ChapterPageSeparator method. Gets or sets the separator character that appears between the chapter number and the page number in C++....must have a numbered outline format applied. Examples Shows how...work with page chapters. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. TableStyleOptions Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableStyleOptions enum for flexible table styling. Enhance your Document design with customizable table styles today!...Description None 0 No table style formatting is applied. FirstRow 20 Apply...Apply first row conditional formatting. LastRow 40 Apply last row...

    reference.aspose.com/words/net/aspose.words.tab...
  5. ListLevel.get_effective_value method | Aspose.W...

    ListLevel.get_effective_value method. Reports the string representation of the [ListLevel](../) object for the specified index of the list item...number_style, custom_number_style_format) Reports the string representation...NumberStyle and an optional format string used when NumberStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListFormat.RemoveNumbers | Aspose.Words for .NET

    Effortlessly remove numbers or bullets from your paragraphs with the ListFormat RemoveNumbers method, resetting your list level to zero for clean Formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Aspose...

    reference.aspose.com/words/net/aspose.words.lis...
  7. FileFormatInfo class | Aspose.Words for Python

    aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileFormatutil/) Document Format detection methods...by FileFormatUtil document format detection methods. To learn...visit the Detect File Format and Check Format Compatibility documentation...

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

    Discover the ListLevelCollection Count property to easily access the total number of levels in your list, enhancing data management and organization.... Document doc = new Document (); // A list...within a style. Style listStyle = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words.lis...
  9. ListLevelCollection.Item | Aspose.Words for .NET

    Access list levels effortlessly with the ListLevelCollection Item property. Retrieve any level by index for seamless Document Formatting....how to apply custom list formatting to paragraphs when using...using DocumentBuilder. Document doc = new Document (); // A list allows...

    reference.aspose.com/words/net/aspose.words.lis...
  10. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three ways to...

    reference.aspose.com/words/java/com.aspose.word...