Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 4,644 for

paragraph builder

(0.9 sec)
  1. Aspose::Words::Shading::get_Texture method | As...

    Aspose::Words::Shading::get_Texture method. Gets or sets the shading texture in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...BorderCollection > borders = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/sha...
  2. FieldAdvance.down_offset property | Aspose.Word...

    FieldAdvance.down_offset property. Gets or sets the number of points by which the text that follows the field should be moved down....Document () builder = aw . DocumentBuilder ( doc ) builder . write...continue to be applied until the paragraph ends, # or another ADVANCE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = Builder.StartTable(); Builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; Builder.InsertParagraph(); b…...Table table1 = builder.StartTable(); builder.InsertCell().CellFormat...Styles["tableStyle"]; builder.InsertParagraph(); builder.CellFormat.PreferredWidth...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  4. Aspose::Words::Style::Remove method | Aspose.Wo...

    Aspose::Words::Style::Remove method. Removes the specified style from the document in C++....removed from corresponding paragraphs, runs and tables. If base...:: Words :: StyleType :: Paragraph , u "MyStyle" ); style ->...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Font.Hidden | Aspose.Words for .NET

    Discover the Font Hidden property. Easily identify if your text is formatted as hidden. Enhance your document's clarity and presentation today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...information. builder . Font . Hidden = true ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words/fon...
  6. PageSetup.SuppressEndnotes | Aspose.Words for .NET

    Discover how the PageSetup SuppressEndnotes property enhances your document layout by controlling endnote placement for clearer, organized sections....EqualTo ( section )); Paragraph para = new Paragraph ( doc ); body ...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveTo...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Aspose::Words::Fields::Field::Remove method | A...

    Aspose::Words::Fields::Field::Remove method. Removes the field from the document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent Paragraph. If the field is already removed, returns null in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Make HTML Using Python

    Make a new HTML in Python in a few steps. Easily create HTML using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/html/
  9. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...page's center. Shape shape = builder . InsertImage ( ImageDir +...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Shading.texture property | Aspose.Words for Nod...

    Shading.texture property. Gets or sets the shading texture.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let borders = builder . paragraphFormat . borders ;...

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