Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 18,522 for

paragraph

(0.11 sec)
  1. Arşiv

    Arşiv...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/tr/slides/create-three-d-effect...
  2. ארכיון

    ארכיון...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/he/slides/create-three-d-effect...
  3. Как изменить цвет фона в HTML? Примеры С#

    В этой статье мы будем использовать примеры C#, чтобы показать различные способы изменения цвета фона в файлах HTML с Aspose.HTML for .NET....background color for HTML paragraph using C# 2 3 // Prepare output...Path); 11 12 // Find the paragraph element to set a style attribute...

    docs.aspose.com/html/ru/net/how-to-articles/how...
  4. DocumentVisitor.VisitCellEnd | Aspose.Words per...

    Scopri il metodo VisitCellEnd di DocumentVisitor, essenziale per gestire l'enumerazione delle celle nelle tue applicazioni. Migliora l'efficienza della tua programmazione oggi stesso!...Nodo paragrafo: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/cpp/working-with-headings/
  6. إنشاء مستند PDF|Aspose.PDF لـ C++

    توضح هذه المقالة كيفية إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لـ C++....إضافة TextFragment إلى مجموعة Paragraphs للصفحة حفظ مستند PDF الناتج...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/ar/cpp/create-pdf-document/
  7. PDFでの見出しの操作|Aspose.PDF for Python via .NET

    Pythonを使用してPDFドキュメントの見出しに番号を作成します。Aspose.PDF for Python via .NETは、さまざまな種類の番号スタイルを提供します。... paragraphs . add ( float_box ) heading...is_auto_sequence = True float_box . paragraphs . add ( heading ) heading2...

    docs.aspose.com/pdf/ja/python-net/working-with-...
  8. Trích xuất văn bản và hình ảnh từ tài liệu PPT ...

    Mã ví dụ C ++ để trích xuất văn bản và hình ảnh từ tệp PPT trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/vi/cpp/parser/ppt/
  9. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... 将页眉添加到页面的 paragraphs 。 为描述创建一个 TextFragment 。...Position ( 130 , 720 ) page . paragraphs . add ( header ) # 添加描述 descriptionText...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...
  10. Trích xuất văn bản và hình ảnh từ tài liệu ODP ...

    Mã ví dụ C ++ để trích xuất văn bản và hình ảnh từ tệp ODP trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/vi/cpp/parser/odp/