Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 18,331 for

paragraph

(0.13 sec)
  1. The word page count is wrong - Free Support For...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document doc = new Document(path + "796597488160104448.docx"); doc.getLayoutOptions().setTextShaperFactory(com.aspose.words.shaping.harfbuzz.HarfBuzzTextSha…... The text in the paragraph has kerning enabled. Kerning...

    forum.aspose.com/t/the-word-page-count-is-wrong...
  2. Aspose::Words::Fields::FieldBarcode class | Asp...

    Aspose::Words::Fields::FieldBarcode class. Implements the BARCODE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldHyperlink class | A...

    Aspose::Words::Fields::FieldHyperlink class. Implements the HYPERLINK field To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldDate class | Aspose...

    Aspose::Words::Fields::FieldDate class. Implements the DATE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 使用Aspose.word把转换ODT转换为PDF的时候,嵌入了罗马数字序列,并且总页数减少了...

    ODT pdf: Could you advise how to fix this? Thank...NodeCollection paragraphs = doc.getChildNodes(NodeType.PARAGRAPH, true);...for (Paragraph paragraph : (Iterable<Paragraph>) paragraphs) {...

    forum.aspose.com/t/aspose-word-odt-pdf/316539
  6. CompatibilityOptions.ForgetLastTabAlignment | A...

    Discover how the ForgetLastTabAlignment property enhances Paragraph alignment by ignoring the last tab stop width for non-left aligned text....Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned...

    reference.aspose.com/words/net/aspose.words.set...
  7. CompatibilityOptions.SplitPgBreakAndParaMark | ...

    Discover the SplitPgBreakAndParaMark property for CompatibilityOptions. Ensure seamless formatting by moving Paragraph marks to the next page after breaks....SplitPgBreakAndParaM property Always Move Paragraph Mark to Page after a Page...

    reference.aspose.com/words/net/aspose.words.set...
  8. Images is placed over footer when converting do...

    version 20.5 Java When converting the attached document to PDF some images is covering the footer information. Is this a know issue and are there any fixes in later versions? In the uploaded files I’ve attached the wor…...row there is only one empty paragraph with a wrapped shape anchor...

    forum.aspose.com/t/images-is-placed-over-footer...
  9. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/java/complex-pdf-example/
  10. Split a Document in C++|Aspose.Words for C++

    Split a document into several files using C++. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....criteria together: heading paragraph, section break, column break...

    docs.aspose.com/words/cpp/split-a-document/