Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 15,601 for

paragraph

(0.04 sec)
  1. Cell.parent_row property | Aspose.Words for Python

    Cell.parent_row property. Returns the parent row of the cell....Enabling KeepWithNext for every paragraph in the table except for the...in cell . paragraphs : para = para . as_paragraph () self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Work with Text in a Table|Aspose.Words for Python

    Replace text in a table in Python. Extract Plain Text from Table or Cell using Python....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/python-net/work-with-text...
  3. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying to implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how to do this and what’s supported. This is using .net. Specifically, I’m trying to render some Tab…...setting bidi=true for the paragraph the table is contained in...whether this is a right-to-left paragraph. The Run.Font.Bidi property...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  4. BuiltInDocumentProperties.ContentType | Aspose....

    Discover how to use the BuiltInDocumentProperties ContentType property to efficiently manage your document's content type for enhanced organization....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Restarting List Numbering Dynamically in C#|Asp...

    Restart list numbering within your documents dynamically when building a report using C#....tag in the same numbered paragraph. Then, a result document looks...numbering for a containing paragraph, if needed; for example, the...

    docs.aspose.com/words/net/restarting-list-numbe...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_ContentType method. Gets or sets the content type of the document in C++....< Document > ( MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection....Paragraph", the collection will apply.... add ( aw . StyleType . Paragraph , "MyStyle" ); expect ( styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.insertStructuredDocumentTag met...

    DocumentBuilder.insertStructuredDocumentTag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document.... paragraphs . at ( 3 )); // Note, that...StructuredDocumentTa will inherit paragraph and font formatting from cursor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...PARAGRAPH, true); //获取所有节点 addBuilder...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/topic/312049