Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 4,590 for

paragraph builder

(0.11 sec)
  1. Comment.done property | Aspose.Words for Python

    Comment.done property. Gets or sets flag indicating that the comment has been marked done....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...first_section . body . first_paragraph . append_child ( comment )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldEQ Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEQ class for seamless EQ field implementation. Enhance document automation with powerful features and flexibility....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...
  3. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Explore the DocumentVisitor VisitShapeStart method to enhance shape enumeration in your applications. Boost efficiency and streamline your coding process!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...group . IsGroup , Is . True ); builder . InsertNode ( group ); ShapeGroupPrinter...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 档案

    档案...FFprobe("path/to/ffprobe"); FFmpegBuilder builder = new FFmpegBuilder() .add...ffprobe); executor.createJob(builder).run(); } catch (IOException...

    blog.aspose.com/zh/slides/convert-ppt-to-video-...
  5. Comment.AddReply | Aspose.Words for .NET

    Enhance your discussions with the Comment AddReply method—easily add replies to comments and improve engagement on your platform!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...up at the location of its paragraph, // outside the right-side...

    reference.aspose.com/words/net/aspose.words/com...
  6. Aspose::Words::Style::get_List method | Aspose....

    Aspose::Words::Style::get_List method. Gets the list that defines formatting of this list style in C++....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder. builder . write ( "Run 1. " ); builder . write ( "Run...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.Paragraph, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...PARAGRAPH, true); //获取所有节点 int dell...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/msword/310489
  9. ParagraphFormat.character_unit_right_indent pro...

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

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt in C++.... auto builder = System :: MakeObject < Aspose...( doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.lay...