Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 36,324 for

paragraph

(0.09 sec)
  1. BorderCollection.ClearFormatting | Aspose.Words...

    BorderCollection ClearFormatting method. Removes all borders of an object in C#....remove all borders from all paragraphs in a document. Document doc..."Borders.docx" ); // The first paragraph of this document has visible...

    reference.aspose.com/words/net/aspose.words/bor...
  2. IParagraph | Aspose.Sildes for .NET API Reference

    Represents a Paragraph of a text....IParagraph interface Represents a paragraph of a text. public interface...formatting object for this paragraph. Read-only IParagraphFormat...

    reference.aspose.com/slides/net/aspose.slides/i...
  3. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....existing list to a collection of paragraphs. doc = aw . Document () builder...writeln ( 'Paragraph 1' ) builder . writeln ( 'Paragraph 2' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add Sections, Subsections and its contents dyna...

    Hi, I am trying to create subsections dynamically under a section and add data/content under the created subsection. Is there away to create a subsection under named/specified Section directly ? Also way to access the …... Paragraph para = new Paragraph(doc); para.ParagraphFormat...not a content under Heading paragraph. This is node in the Document...

    forum.aspose.com/t/add-sections-subsections-and...
  5. Aspose::Words::DocumentVisitor::VisitParagraphS...

    Aspose::Words::DocumentVisitor::VisitParagraphStart method. Called when enumeration of a Paragraph has started in C++....Called when enumeration of a paragraph has started. virtual Aspose...Aspose :: Words :: Paragraph > paragraph ) Parameter Type Description...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style...formatting properties of a paragraph style. name Gets or sets the...the name of the style. next_paragraph_style_name Gets/sets the name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 我使用aspose.word生成docx文件,表格里的cell我设置了width但是无效 - ...

    //生成docx @Test public void test5() throws Exception { License license = new License(); license.setLicense("./lib/newlic.lic"); Document doc = new Document(); doc.removeAllChildren(); Section section = new …...fromPoints(20)); Paragraph paragraph = new Paragraph(doc); Run run...j); paragraph.appendChild(run); cell.appendChild(paragraph); row...

    forum.aspose.com/t/aspose-word-docx-cell-width/...
  8. FrameFormat class | Aspose.Words for Python

    aspose.words.FrameFormat class. Represents frame related formatting for a Paragraph....related formatting for a paragraph. Remarks This object is always...always created. If a paragraph is a frame, then all properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. While replacing a specified syntax with a docum...

    Hello Team, Currently I have a main document which in turn has some syntaxes those syntax will be replaced with a document that I have done with the help of your Shows how to insert an entire document’s contents as a re…... For example for paragraphs you can achieve this using...no formatting applied to paragraphs explicitely. doc.GetChildNodes(NodeType...

    forum.aspose.com/t/while-replacing-a-specified-...
  10. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the documentation article in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...