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

paragraph builder

(0.08 sec)
  1. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...the beginning of the second paragraph instead of placing it at the...the end of the first paragraph. Please see the following modified...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  2. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  3. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in C++.... Inserting a Paragraph DocumentBuilder.Writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  5. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format... export_paragraph_graphics_to_artifact Gets...value determining whether a paragraph graphic should be marked as...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++....Shape >> ( child5 ); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> InsertNode ( group ); builder -> MoveTo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...Document(filePath); DocumentBuilder builder = new DocumentBuilder(doc);...; // Iterate through all paragraphs and tables in the document...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  8. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....and can only be a child of Paragraph . SpecialChar char is used... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  9. Create or Load a Document in C#|Aspose.Words fo...

    Create a blank document or to load it from a file or stream using C#....document using the document builder: Note the default values: A...default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/net/create-or-load-a-docu...
  10. Aspose::Words::Fields::FieldAuthor class | Aspo...

    Aspose::Words::Fields::FieldAuthor class. Implements the AUTHOR field. To learn more, visit the documentation article 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...