Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 18,336 for

paragraph

(0.07 sec)
  1. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....PARAGRAPH, "MyStyle"); myStyle.getFont()...destination styles into direct paragraph attributes. ImportFormatOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....to format texts using the paragraphs and portions associated with...Shades - Paragraph Alignment - Paragraph Bulleting - Paragraph Orientation...

    docs.aspose.com/slides/net/features-overview/
  3. Manage Presentation Properties with Python|Aspo...

    Master presentation properties in Aspose.Slides for Python via .NET and streamline search, branding and workflow in your PowerPoint files....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...] paragraph . portions . clear () new_portion = slides . Portion...

    docs.aspose.com/slides/python-net/presentation-...
  4. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...getPageCount(); page++) { Paragraph lastParaOnPage = null; //...找到本页的“最后一个段落” for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...

    forum.aspose.com/t/aspose-word-for-java/320890
  5. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. 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/net/working-with-sections/
  6. ShapeBase.is_word_art property | Aspose.Words f...

    ShapeBase.is_word_art property. Returns ``True`` if this shape is a WordArt object.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Some text are getting cut while converting from...

    Hi team, Please check the pdf at page 11 & 13. The text are getting cut. I am attaching word doc and pdf file for your reference. issue.zip (1.4 MB)... Paragraph spacing – Extra spacing after...after the last paragraph can push the line beyond the printable...

    forum.aspose.com/t/some-text-are-getting-cut-wh...
  8. Table conditional styles unexpected behavior - ...

    Hi, I’ve noticed that conditional table padding styles (checked for FirstRow in particular) have a somewhat unexpected interaction with inline (as in - defined for specific instance of a table) styles in imported tables…...Writeln("spacing paragraph"); foreach (var table in sourceDocument...builder.Writeln("spacing paragraph"); } } private static void...

    forum.aspose.com/t/table-conditional-styles-une...
  9. FieldSeparator Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSeparator class, designed to enhance your Word documents by effectively separating field codes from results....get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldSeparator can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Extract Text and Images from ODP Files using Py...

    Python source code to parse ODP Presentation....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/python-net/parser/odp/