Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 4,546 for

paragraph builder

(0.1 sec)
  1. FieldRevNum class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  2. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...Document; DocumentBuilder builder = new DocumentBuilder(document);...(Run)runs[runs.Count - 1]; builder.MoveTo(runToReplace); if (ChangeToWhiteFont)...

    forum.aspose.com/t/unable-to-replace-block-cont...
  3. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."MyBookmark_" + i; builder.write("Text before bookmark."); builder.startB...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....FieldStart can only be a child of Paragraph . A complete field in a Microsoft...DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  5. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...appears that the whole block/paragraph was replaced rather than a...downloadAndPrepareDo(s3Url); // Get paragraphs as a parameterized collection...

    forum.aspose.com/t/words-java-tracking-changes-...
  6. FieldXE Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldXE class, your solution for efficiently implementing XE fields in document processing. Enhance your workflow today!...node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ParagraphFormat.CharacterUnitRightIndent | Aspo...

    Discover the ParagraphFormat CharacterUnitRightIndent property to easily adjust right indent values in characters for your Paragraphs, enhancing your document's layout....characters) for the specified paragraphs. public double CharacterUnitRightIn...Examples Shows how to change paragraph spacing and indents. Document...

    reference.aspose.com/words/net/aspose.words/par...
  8. ParagraphFormat.LineUnitAfter | Aspose.Words fo...

    Discover the ParagraphFormat LineUnitAfter property—control spacing in gridlines for enhanced Paragraph layout and improved document readability....(in gridlines) after the paragraphs. public double LineUnitAfter...Examples Shows how to change paragraph spacing and indents. Document...

    reference.aspose.com/words/net/aspose.words/par...
  9. CompatibilityOptions class | Aspose.Words for N...

    Aspose.Words.Settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)...Allow Contextual Spacing of Paragraphs in Tables. applyBreakingRules...cachedColBalance Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...assertTrue(group.isGroup()); builder.insertNode(group); ShapeInfoPrinter...

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