Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 18,541 for

paragraph

(0.94 sec)
  1. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...get_TextFrame (); // 为文本框创建 Paragraph 对象 auto paragraph = txtFrame -> get_Paragraphs...get_Paragraphs () -> idx_get ( 0 ); // 为段落创建 Portion 对象 auto portion...

    docs.aspose.com/slides/zh/cpp/manage-table/
  2. FieldToc class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldToc class. Implements the TOC field...whether to use the applied paragraph outline level. Methods Name...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...Paragraph) { var para = new Aspose.Words.Paragraph(doc);...only has say one line of paragraph in it, the appending 2nd document...

    forum.aspose.com/t/continuous-section-break-not...
  4. Converting a TEXT file to PDF using Android via...

    Sample code on Java for TEXT to PDF conversion. Use example code for batch TEXT to PDF conversion in Android...// Add a new text paragraph in paragraphs collection and pass...

    products.aspose.com/pdf/android-java/conversion...
  5. Public API Changes in Aspose.PDF for Java 10.6....

    Learn about the latest public API changes in Aspose.PDF for Java version 10.6.0 for a seamless integration experience.... Paragraphs class: Removed: public void...void add(BaseParagraph paragraph, NewParagraphPlacemen placementInfo)...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  6. Document.revisions property | Aspose.Words for ...

    Document.revisions property. Gets a collection of revisions (tracked changes) that exist in this document.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the revision group... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Words cannot set RevisionTextEffect to DoubleSt...

    Aspose Words does not allow setting the Markup Insertions to Double striketrough, eventhtough MS Word allows this: “DoubleStrikeThrough value can only be set for DeletedTextEffect, RevisedPropertiesEffect or MovedFro…..., a Paragraph) apply recursively else {...

    forum.aspose.com/t/words-cannot-set-revisiontex...
  9. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in Paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…...noticed inconsistencies in paragraph formatting when converting...

    forum.aspose.com/t/word-to-pdf-document-format/...
  10. Rendering in C#|Aspose.Words for .NET

    Use Aspose.Words for .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing using C#....various elements such as paragraphs, tables, headers, footers...position where each particular paragraph or character is displayed...

    docs.aspose.com/words/net/rendering/