Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 4,608 for

paragraph builder

(0.07 sec)
  1. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...( "Add text to this paragraph." ); builder . CurrentParagraph...

    reference.aspose.com/words/net/aspose.words/com...
  2. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.Paragraphs property. Represents an estimate of the number of Paragraphs in the document....paragraphs property BuiltInDocumentPrope.paragraphs property...number of paragraphs in the document. @property def paragraphs ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of Paragraph count in your document for better content management....Paragraphs Contents [ Hide ] BuiltInDocumentPrope.Paragraphs...number of paragraphs in the document. public int Paragraphs { get...

    reference.aspose.com/words/net/aspose.words.pro...
  4. FieldAutoTextList.ListStyle | Aspose.Words for ...

    Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!...AutoText 3" ); DocumentBuilder builder = new DocumentBuilder ( doc...field = ( FieldAutoTextList ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldDocVariable class | Aspose.Words for Python

    aspose.words.fields.FieldDocVariable class. Implements DOCVARIABLE field...node, returns its parent paragraph. If the field is already removed...variables. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldDocProperty class | Aspose.Words for Python

    aspose.words.fields.FieldDocProperty class. Implements the DOCPROPERTY field...node, returns its parent paragraph. If the field is already removed...variables. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::ShapeBase::get_HeightRe...

    Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of shape's relative height in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > shape = builder -> InsertShape ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a shape or text frame is relative in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...page's center. Shape shape = builder.insertImage(getImageDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  9. Font.theme_color property | Aspose.Words for Py...

    Font.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this [Font](../) object....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln.... add ( aw . StyleType . PARAGRAPH , 'ThemedStyle' ) style ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Rich-text with table tag adds uneven space in t...

    Hi, We observed that when the -html flag is used to render rich text containing a table, extra margin or padding gets added to the cells, which causes alignment styles such as top, bottom, and center to not render proper…...problem occurs because the paragraph where HTML is inserted has...uses HtmlInsertOptions.USE_BUILDER_FORMATTING . When this option...

    forum.aspose.com/t/rich-text-with-table-tag-add...