Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 36,518 for

paragraph

(0.23 sec)
  1. 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...
  2. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the document....label_string for each Paragraph.list_label object in the document...extract the list labels of all paragraphs that are list items. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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-...
  4. Aspose::Words::ParagraphCollection::ToArray met...

    Aspose::Words::ParagraphCollection::ToArray method. Copies all Paragraphs from the collection to a new array of Paragraphs in C++....oArray method Copies all paragraphs from the collection to a...a new array of paragraphs. System :: ArrayPtr < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. 我使用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/...
  6. ParagraphCollection.ToArray | Aspose.Words for ...

    ParagraphCollection 方法. 将集合中的所有段落复制到新的段落数组中... public Paragraph [] ToArray () 返回值 段落数组。 例子...Document ( MyDir + "Paragraphs.docx" ); Paragraph [] paras = doc ...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. ParagraphFormat.lines_to_drop property | Aspose...

    ParagraphFormat.lines_to_drop property. Gets or sets the number of lines of the Paragraph text used to calculate the drop cap height....the number of lines of the paragraph text used to calculate the..."LinesToDrop" property to designate a paragraph as a drop cap, # which will...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FloatingBox | Aspose.PDF for .NET API Reference

    FloatingBox Contents [ Hide ] FloatingBox class public class FloatingBox : BaseParagraph Constructors Name Descriptio......a horizontal alignment of paragraph virtual Hyperlink { get; set;...that indicates whether this paragraph will be at next column. Default...

    reference.aspose.com/pdf/net/aspose.pdf/floatin...
  9. Aspose::Words::BorderCollection::ClearFormattin...

    Aspose::Words::BorderCollection::ClearFormatting method. Removes all borders of an object in C++....remove all borders from all paragraphs in a document. auto doc =..."Borders.docx" ); // The first paragraph of this document has visible...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Shape.FirstParagraph | Aspose.Words for .NET

    Shape FirstParagraph property. Gets the first Paragraph in the shape in C#....the first paragraph in the shape. public Paragraph FirstParagraph...VerticalAlignment . Top ; // Add a paragraph to the text box and add a...

    reference.aspose.com/words/net/aspose.words.dra...