Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 18,590 for

paragraphs

(1.21 sec)
  1. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph....shading formatting for the paragraph. @property def shading ( self...doc ) borders = builder . paragraph_format . borders borders ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Font::get_SmallCaps method | Asp...

    Aspose::Words::Font::get_SmallCaps method. True if the font is formatted as small capital letters in C++....ExplicitCast < Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose...Aspose :: Words :: NodeType :: Paragraph , 0 , true )); // There are...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. Копирование абзаца и доли в PPTX|Документация A...

    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....экземпляра ParagraphFormat класса Paragraph . Нам нужно скопировать все...def copy_paragraph ( par ): temp = slides . Paragraph () # используйте...

    docs.aspose.com/slides/ru/python-net/copying-pa...
  4. آرشیوها

    آرشیوها... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/fa/words/extract-text-from-word...
  5. PDF内のテキストを回転|Aspose.PDF for Java

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、テキストを任意の角度に回転させたり、テキストフラグメントや段落全体を回転させることができます。...TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...テキストフラグメントを段落に追加 paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/ja/java/rotate-text-inside-...
  6. FindReplaceOptions.ApplyParagraphFormat | Aspos...

    اكتشف خاصية ApplyParagraphFormat في FindReplaceOptions لتنسيق الفقرات بسلاسة في مستنداتك. حسّن محتواك بسهولة!... Writeln ( "Every paragraph that ends with a full stop...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/ar/net/aspose.words....
  7. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  8. ParagraphFormat.widowControl property | Aspose....

    ParagraphFormat.widowControl property. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. get widowControl () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.CopyStylesFromTemplate | Aspose.Words ...

    انسخ الأنماط بسهولة من القالب الذي اخترته إلى أي مستند باستخدام طريقة CopyStylesFromTemplate، مما يعزز سير عملك واتساق مستندك.... Paragraph , "TemplateStyle1" ); style...Styles . Add ( StyleType . Paragraph , "TemplateStyle2" ); style...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. ReplacingArgs.matchNode property | Aspose.Words...

    ReplacingArgs.matchNode property. Gets the node that contains the beginning of the match....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

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