Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 18,511 for

paragraphs

(0.21 sec)
  1. Python言語を使用したHello Worldの例|Aspose.PDF for Pytho...

    このサンプルは、Aspose.PDF for Pythonを使用してシンプルなPDF「Hello, World!」ドキュメントを作成する方法を示しています。... page_get_paragraphs 関数を使用してページの段落コレクションを取得します。...関数を使用して画像オブジェクトのファイル名を “sample.jpg” に設定します。 paragraphs_add_image 関数を使用して画像オブジェクトを段落コレクションに追加します。...

    docs.aspose.com/pdf/ja/python-cpp/hello-world-e...
  2. Convertir un document en Markdown|Aspose.Words ...

    Convertissez un document dans n'importe quel format de chargement pris en charge en Markdown et vice versa à l'aide de Python....direct: Les titres sont des paragraphes avec les styles Titre 1 –...Les blockquotes sont des paragraphes avec “Citation” dans le nom...

    docs.aspose.com/words/fr/python-net/convert-a-d...
  3. ParagraphFormat.far_east_line_break_control pro...

    ParagraphFormat.far_east_line_break_control property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph....are applied to the current paragraph. @property def far_east_line_break_control...first_section . body . first_paragraph . paragraph_format format . far...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Extract Content in Python|Aspose.Words for Java

    Extract Document's Content using Python.... PARAGRAPH , 6 , True ) endPara = doc...getChild ( self . NodeType . PARAGRAPH , 10 , True ) \# Extract the...

    docs.aspose.com/words/java/extract-content-in-p...
  5. BorderCollection.GetEnumerator | Aspose.Words f...

    Discover the BorderCollection GetEnumerator method to easily iterate through all borders, enhancing your coding efficiency and collection management....edit all of the borders in a paragraph format object. Document doc...// Configure the builder's paragraph format settings to create...

    reference.aspose.com/words/net/aspose.words/bor...
  6. تنسيق النص داخل PDF باستخدام C#|Aspose.PDF for ...

    تعلم كيفية تنسيق النص داخل مستند PDF في .NET باستخدام Aspose.PDF لتعزيز العرض المرئي للمستند.... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/ar/net/text-formatting-insi...
  7. Formatação de Texto dentro do PDF usando C#|Asp...

    Aprenda como formatar texto dentro de um documento PDF em .NET usando Aspose.PDF para melhorar a apresentação visual do documento.... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/pt/net/text-formatting-insi...
  8. .NET での PowerPoint 自動生成: 動的なプレゼンテーションを簡単に作成|Asp...

    Aspose.Slides for .NET を使用してクラウドプラットフォーム上でスライド作成を自動化し、PowerPoint および OpenDocument ファイルを高速かつ確実に生成、編集、変換します。...text ) { var paragraph = new Paragraph (); paragraph . ParagraphFormat...Symbol ; paragraph . ParagraphFormat . Indent = 15 ; paragraph . ParagraphFormat...

    docs.aspose.com/slides/ja/net/automating-powerp...
  9. Verwalten von Präsentations-Hyperlinks in C++|A...

    Verwalten Sie Hyperlinks in PowerPoint- und OpenDocument-Präsentationen mühelos mit Aspose.Slides für C++ – steigern Sie Interaktivität und Arbeitsabläufe in Minuten....-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...() -> get_Paragraphs () -> Clear (); auto paragraph = System ::...

    docs.aspose.com/slides/de/cpp/manage-hyperlinks/
  10. Markdown 목록 – C# 코드 – Aspose.HTML for .NET

    C#에서 목록 만들기. C# 라이브러리를 사용하여 정렬된 Markdown 목록과 정렬되지 않은 Markdown 목록을 만듭니다....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/ko/net/markdown-list/