Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 36,225 for

paragraph

(0.08 sec)
  1. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  4. MarkdownLoadOptions.ImportUnderlineFormatting |...

    MarkdownLoadOptions ImportUnderlineFormatting property. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters as underline text formatting. The default value is false in C#.... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/net/aspose.words.loa...
  5. IParagraphFormatEffectiveData | Aspose.Slides f...

    Immutable object which contains effective Paragraph formatting properties....which contains effective paragraph formatting properties. class...Returns the text alignment in a paragraph. Read-only TextAlignment ...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  6. BaseParagraph | Aspose.PDF for Python via .NET ...

    Represents a abstract base object can be added to the page(doc.Paragraphs.Add())....Paragraphs.Add()). The BaseParagraph...sets a vertical alignment of paragraph horizontal_alignment Gets...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  7. AppendParagraph | Aspose.PDF for .NET API 参考

    将文本段落附加到 Pdf 页面...]; // 创建文本段落 TextParagraph paragraph = new TextParagraph (); //...// 设置段落 rectangle paragraph . Rectangle = new Rectangle ( 100...

    reference.aspose.com/pdf/zh/net/aspose.pdf.text...
  8. ParagraphFormat.LeftIndent | Aspose.Words for .NET

    ParagraphFormat LeftIndent property. Gets or sets the value in points that represents the left indent for Paragraph in C#....represents the left indent for paragraph. public double LeftIndent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/net/aspose.words/par...
  9. Wrong <table> style after converting to PNG - F...

    Hi, support! I’m trying to convert html to image with CSS style. Save it to stream. Insert into and display on webpage. But after converting looks very BOLD and with wrong style. Before converting with only html+…...columnName="Table in a Extra page width paragraph" class="entry entry_header_attributes...<div>Table in a Extra page width paragraph</div> </td> <!--entry--> <td...

    forum.aspose.com/t/wrong-table-style-after-conv...
  10. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method...align='right'>Paragraph right</p>" + '<b>Implicit paragraph left</b>'...formatting. paragraphs = doc . first_section . body . paragraphs self...

    reference.aspose.com/words/python-net/aspose.wo...