Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,276 for

paragraph builder

(0.11 sec)
  1. Aspose::Words::EditableRange::Remove method | A...

    Aspose::Words::EditableRange::Remove method. Removes the editable range from the document. Does not remove content inside the editable range in C++....ReadOnly , u "MyPassword" ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/edi...
  2. Aspose::Words::EditableRangeStart::get_NodeType...

    Aspose::Words::EditableRangeStart::get_NodeType method. Returns EditableRangeStart in C++....ReadOnly , u "MyPassword" ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/edi...
  3. 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...
  4. 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...
  5. TableStyle class | Aspose.Words for Node.js

    Aspose.Words.TableStyle class. Represents a table style...formatting properties of a paragraph style. (Inherited from Style...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Make DOCX Using Python

    Make a new DOCX in Python in a few steps. Easily create DOCX 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/docx/
  7. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown 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/md/
  8. Make PDF Using Python

    Make a new PDF in Python in a few steps. Easily create PDF 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/pdf/
  9. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldPrint.post_script_group property | Aspose....

    FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'My paragraph' ) # The PRINT field can send instructions...

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