Sort Score
Result 10 results
Languages All
Labels All
Results 8,251 - 8,260 of 133,855 for

doc

(0.16 sec)
  1. Paragraph.listLabel property | Aspose.Words for...

    Paragraph.listLabel property. Gets a [Paragraph.listLabel](./) object that provides access to list numbering value and formatting for this paragraph.... let doc = new aw . Document ( base ....docx" ); doc . updateListLabels (); let paras = doc . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font.italicBi property | Aspose.Words for Node.js

    Font.italicBi property. True if the right-to-left text is formatted as italic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.LineSpacingRule | Aspose.Words ...

    Discover the ParagraphFormat LineSpacingRule property to easily customize paragraph line spacing for enhanced readability and style in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three line spacing...

    reference.aspose.com/words/net/aspose.words/par...
  4. TxtSaveOptions.ListIndentation | Aspose.Words f...

    Discover the TxtSaveOptions ListIndentation property, which customizes list indentation for enhanced readability. Control characters and levels effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list with three...

    reference.aspose.com/words/net/aspose.words.sav...
  5. JsonDataLoadOptions.ExactDateTimeParseFormats |...

    Discover JsonDataLoadOptions' ExactDateTimeParseFormats for precise JSON datetime parsing. Customize formats easily for seamless data loading!... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Font.boldBi property | Aspose.Words for Node.js

    Font.boldBi property. True if the right-to-left text is formatted as bold.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::MailMerging::FieldMergingArgs::g...

    Aspose::Words::MailMerging::FieldMergingArgs::get_Text method. Gets or sets the text that will be inserted into the Document for the current merge field in C++.... void MergeHtml () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words.mai...
  8. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving Documents to HTML or MHTML. Optimize your output effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Aspose::Words::Lists::ListLevelCollection::get_...

    Aspose::Words::Lists::ListLevelCollection::get_Count method. Gets the number of levels in this list in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Style > listStyle = doc -> get_Styles () -> Add ( StyleType...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. Font.size_bi property | Aspose.Words for Python

    Font.size_bi property. Gets or sets the font size in points used in a right-to-left Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...

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