Sort Score
Result 10 results
Languages All
Labels All
Results 5,461 - 5,470 of 15,552 for

paragraphs

(0.07 sec)
  1. Make DOC Using Javascript

    Make a new DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.nextSibling...

    products.aspose.com/words/nodejs-net/make/doc/
  2. تصدير معادلات رياضية|وثائق Aspose.Slides لـ Python

    تصدير معادلات PowerPoint الرياضية باستخدام بايثون... paragraphs [ 0 ] . portions [ 0 ] . math_paragraph mathParagraph...

    docs.aspose.com/slides/ar/python-net/exporting-...
  3. ParagraphFormat.SpaceAfterAuto | Aspose.Words ل...

    ParagraphFormat SpaceAfterAuto ملكية. صحيح إذا تم ضبط مقدار التباعد بعد الفقرة تلقائيًا في C#....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. ShapeBase.ParentParagraph | Aspose.Words لـ .NET

    ShapeBase ParentParagraph ملكية. إرجاع الفقرة الأصلية المباشرة في C#.... public Paragraph ParentParagraph { get ; }...docx" ); أنظر أيضا class Paragraph class ShapeBase مساحة الاسم...

    reference.aspose.com/words/ar/net/aspose.words....
  5. CompositeNode.SelectSingleNode | Aspose.Words ل...

    CompositeNode SelectSingleNode طريقة. تحديد الأولNode الذي يطابق تعبير XPath في C#.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); أنظر...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. Aspose::Words::Tables::Table::get_AllowOverlap ...

    Aspose::Words::Tables::Table::get_AllowOverlap method. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed. Default value is true in C++....( RelativeVerticalPosi :: Paragraph , table -> get_VerticalAnchor...); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. ImportFormatOptions.SmartStyleBehavior | Aspose...

    Discover how the ImportFormatOptions SmartStyleBehavior property optimizes style imports with equal names in documents. Customize your import process effortlessly!... Paragraph , "MyStyle" ); myStyle . Font...destination styles into direct paragraph attributes. ImportFormatOptions...

    reference.aspose.com/words/net/aspose.words/imp...
  8. Aspose::Words::Tables::Table::get_VerticalAncho...

    Aspose::Words::Tables::Table::get_VerticalAnchor method. Gets the base object from which the vertical positioning of floating table should be calculated. Default value is Margin in C++....( RelativeVerticalPosi :: Paragraph , table -> get_VerticalAnchor...); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Python 中 Hello World 的示例|Aspose.PDF for Python ...

    此示例演示如何使用 Aspose.PDF for Python via .NET 创建一个包含文本 Hello World 的简单 PDF 文档。...对象 将 TextFragment 添加到页面的 paragraphs 集合中 save() 生成的 PDF 文档 以下代码片段是一个..." ) # 将文本片段添加到新页面 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/zh/python-net/hello-world-e...
  10. 使用C++创建PDF文档|Aspose.PDF for C++

    使用PDF文件的最受欢迎和基本的任务是从头开始创建文档。使用Aspose.PDF for C++库。...对象 将 TextFragment 添加到页面的 Paragraph 集合中 保存生成的PDF文档 void CreatePDF..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/zh/cpp/create-document/