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

paragraph builder

(0.08 sec)
  1. IN ASPOSE.WORDS THE NUMBERING_PROPERTIES CONTEN...

    "configBlock_ScheduleDefinitionsWrapper": { "content": [ { "type": "STRUCTURED_DOCUMENT_TAG", "content": [ { "type": "SDT_PROPERTIES", "content": [ { …..."type": "PARAGRAPH", "content": [ { "type": "PARAGRAPH_PROPERTIES"..."type": "PARAGRAPH", "content": [ { "type": "PARAGRAPH_PROPERTIES"...

    forum.aspose.com/t/in-aspose-words-the-numberin...
  2. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...merge fields DocumentBuilder builder = new DocumentBuilder(document);...isInline()) { NodeCollection<Paragraph> paragraphs = shape.getChildNodes(NodeType...

    forum.aspose.com/t/alternative-way-to-extract-a...
  3. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder. builder -> Write ( u "Run 1. " ); builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/nod...
  4. ParagraphFormat.line_unit_before property | Asp...

    ParagraphFormat.line_unit_before property. Gets or sets the amount of spacing (in gridlines) before the Paragraphs....(in gridlines) before the paragraphs. @property def line_unit_before...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.character_unit_left_indent prop...

    ParagraphFormat.character_unit_left_indent property. Gets or sets the left indent value (in characters) for the specified Paragraphs....characters) for the specified paragraphs. @property def character_unit_left_indent...Examples Shows how to change paragraph spacing and indents. doc =...

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

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

    reference.aspose.com/words/python-net/aspose.wo...
  7. ViewOptions | Aspose.Words for Java

    Provides various options that control how a document is shown in Microsoft Word in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello...

    reference.aspose.com/words/java/com.aspose.word...
  8. ShapeBase.WidthRelative | Aspose.Words for .NET

    Discover the ShapeBase WidthRelative property to easily adjust shape widths as a percentage, enhancing your design flexibility and precision....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...and position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Extra border appears after update of Rich Text ...

    Hello team. We encontered an issue when updating existing Word document containing one Rich Text embedded control that has a table with inserted HTML. When the given embedded content is updated as following: 1. richT…...update of Rich Text SDT using builder.insertHtml() api Aspose.Words...add the paragraph to the richText control Paragraph para = new...

    forum.aspose.com/t/extra-border-appears-after-u...
  10. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("My...write("My paragraph"); // The PRINT field can send instructions to the...

    reference.aspose.com/words/java/com.aspose.word...