Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,608 for

paragraph builder

(0.1 sec)
  1. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the document layout process. To learn more, visit the documentation article in C++....sets indication of whether paragraph marks are rendered. Default...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...Paragraph; import com.aspose.words.Section;...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  3. TabStop constructor | Aspose.Words for Python

    aspose.words.TabStop constructor... Document () builder = aw . DocumentBuilder ( doc...= doc ) tab_stops = builder . paragraph_format . tab_stops #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::TabStop::Equals method | Aspose....

    Aspose::Words::TabStop::Equals method. Compares with the specified TabStop 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::Section::ClearContent method | A...

    Aspose::Words::Section::ClearContent method. Clears the section in C++....is cleared, only one empty paragraph is left that represents the...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sec...
  6. Shading.background_pattern_color property | Asp...

    Shading.background_pattern_color property. Gets or sets the color that's applied to the background of the [Shading](../) object.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) borders = builder . paragraph_format . borders borders...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldShape::get_Text met...

    Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property to easily access a story's parent section and enhance your content management efficiency....EqualTo ( section )); Paragraph para = new Paragraph ( doc ); body ...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveTo...

    reference.aspose.com/words/net/aspose.words/bod...
  9. Aspose::Words::ImportFormatOptions::get_SmartSt...

    Aspose::Words::ImportFormatOptions::get_SmartStyleBehavior method. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents. The default value is false in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Words :: Style > myStyle = builder -> get_Document () -> get_Styles...

    reference.aspose.com/words/cpp/aspose.words/imp...
  10. DocumentBuilder.Underline | Aspose.Words for .NET

    Discover DocumentBuilder's Underline property to easily customize font styles. Enhance your documents with versatile underline options for a professional look....text inserted by a document builder. Document doc = new Document...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Underline...

    reference.aspose.com/words/net/aspose.words/doc...