Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 4,590 for

paragraph builder

(0.06 sec)
  1. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Insert paragraphs with text with DocumentBuilder. builder.writeln("Hello...

    reference.aspose.com/words/java/com.aspose.word...
  2. TabStopCollection.Item | Aspose.Words for .NET

    Access tab stops with ease using the TabStopCollection Item property. Retrieve specific stops by index for efficient UI navigation....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  3. TabStopCollection.before method | Aspose.Words ...

    TabStopCollection.before method. Gets a first tab stop to the left of the specified position.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat . tabStops...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::TabStopCollection::idx_get metho...

    Aspose::Words::TabStopCollection::idx_get method. Gets a tab stop at the specified position in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Aspose::Words::TabStopCollection::get_Count met...

    Aspose::Words::TabStopCollection::get_Count method. Gets the number of tab stops in the collection in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  6. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  7. TxtSaveOptionsBase class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...)"); // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/java/com.aspose.word...
  9. DocumentBase.Lists | Aspose.Words for .NET

    Discover DocumentBase Lists for efficient property management. Access customizable list formatting to enhance your document's presentation and clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...doc ); Assert . That ( builder . ListFormat . IsListItem , Is ...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access to the list formatting used in the document.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); expect ( builder . listFormat . isListItem ). toEqual...

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