Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 18,334 for

paragraph

(0.13 sec)
  1. LoadOptions.mswVersion property | Aspose.Words ...

    LoadOptions.mswVersion property. Allows to specify that the document loading process should match a specific MS Word version...document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextWrapping Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TextWrapping enum for efficient text wrapping around tables. Enhance your document formatting with ease!...and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Table.absolute_horizontal_distance property | A...

    Table.absolute_horizontal_distance property. Gets or sets absolute horizontal floating table position specified by the table properties, in points...offset in points from the paragraph's location where we inserted...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by coordinates....found automatically using the paragraph , line or word detection....

    docs.aspose.com/ocr/cpp/image-regions-extract/
  5. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/python-net/working-with-s...
  6. Aspose::Words::Loading::LoadOptions::get_MswVer...

    Aspose::Words::Loading::LoadOptions::get_MswVersion method. Allows to specify that the document loading process should match a specific MS Word version. Default value is Word2019 in C++....document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Aspose::Words::DocumentBuilder::get_CurrentStor...

    Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++....type of node that has child Paragraph nodes, such as a Body. ASPOSE_ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...setHeadingFormat(false); Paragraph paragraph = footerRow.getCells()...getFirstParagraph(); paragraph.removeAllChildren(); paragraph.getParagraphFormat()...

    forum.aspose.com/t/aspose-words-table/315228
  9. 在 .NET 中管理演示文稿主题|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中使用母版演示文稿主题来创建、定制和转换具有一致品牌的 PowerPoint 文件。...100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/zh/net/presentation-theme/
  10. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....object Add TextFragment to Paragraph collection of the page Save...

    docs.aspose.com/pdf/java/hello-world-example/