Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 15,596 for

paragraphs

(0.05 sec)
  1. Aspose::Words::CompositeNode::RemoveAllChildren...

    Aspose::Words::CompositeNode::RemoveAllChildren method. Removes all the child nodes of the current node in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. 管理超链接|Aspose.Slides 文档

    如何在 C++ 中向 PowerPoint 演示文稿添加超链接...-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...() -> get_Paragraphs () -> Clear (); auto paragraph = System ::...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  3. Расширенные функции|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraphs . Add ( textFragment ); //...parameter provides LaTeX paragraph indents elimination var ltext1...

    docs.aspose.com/pdf/ru/net/advanced-features/
  4. Markdown 만들기 – C# 코드 – Aspose.HTML for .NET

    C#에서 Markdown 파일을 만들기 위한 코드입니다. C# 라이브러리를 사용하여 처음부터 Markdown을 만들고 MD 파일을 열거나 구문 분석하거나 편집합니다....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "First...

    products.aspose.com/html/ko/net/create-markdown/
  5. Shading.texture property | Aspose.Words for Python

    Shading.texture property. Gets or sets the shading texture.... paragraph_format . borders borders ...DOUBLE shading = builder . paragraph_format . shading shading ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Math::OfficeMathJustification en...

    Aspose::Words::Math::OfficeMathJustification enum. Specifies the justification of the equation in C++....mathematical text (the Math Paragraph ) with respect to the page...Left justification of Math Paragraph . Right 4 Right Justification...

    reference.aspose.com/words/cpp/aspose.words.mat...
  7. Font.Superscript | Aspose.Words لـ .NET

    اكتشف خاصية الخط العلوي، ونسّق النص بسهولة كخط علوي لتحسين سهولة القراءة والأناقة في مستنداتك. حسّن تصميمك اليوم!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // ارفع هذا النص بمقدار...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. Aspose.Words for Java

    This API allows to create, edit, render, print, and convert Word documents in Java without utilizing Microsoft Word....Shapes in Word using Java Paragraph Formatting in Word with Java...Sections using Java Convert Paragraph into Bullet Points in Word...

    kb.aspose.com/words/java/
  9. FieldBuilder.buildAndInsert method | Aspose.Wor...

    Aspose.Words.Fields.FieldBuilder.buildAndInsert method...the end of the specified paragraph. buildAndInsert ( refNode...refNode : Aspose . Words . Paragraph ) Parameter Type Description refNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython.... words import Paragraph class SplitTables : def __init__...firstTable ) # Add a buffer paragraph to ensure the tables stay...

    docs.aspose.com/words/java/split-tables-in-jython/