Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 18,546 for

paragraphs

(0.62 sec)
  1. 搜索

    搜索...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/zh-hant/slides/create-three-d-e...
  2. 搜索

    搜索...Paragraphs[0].Portions[0].PortionFormat...// 設置超鏈接 shape1.TextFrame.Paragraphs[0].Portions[0].PortionFormat...

    blog.aspose.com/zh-hant/slides/work-with-hyperl...
  3. Chercher

    chercher...paragraph_format.alignment = aw.ParagraphAlignment...builder.move_to(cell.first_paragraph) # Build the inner table....

    blog.aspose.com/fr/words/create-table-in-word-u...
  4. Lưu trữ

    Lưu trữ...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/vi/words/working-with-table-of-...
  5. Архивы

    Архивы...Paragraphs.Add(image); // Сохранить...PageInfo.Margin.Left = (0); page.Paragraphs.Add(image); // Сохранить...

    blog.aspose.com/ru/pdf/images-to-pdf-csharp/
  6. Gestionar temas de presentación en .NET|Documen...

    Domine los temas de presentación en Aspose.Slides para .NET para crear, personalizar y convertir archivos PowerPoint con una marca coherente....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/es/net/presentation-theme/
  7. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...getPageCount(); page++) { Paragraph lastParaOnPage = null; //...找到本页的“最后一个段落” for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...

    forum.aspose.com/t/aspose-word-for-java/320890
  8. FieldRef Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Fields.FieldRef لتطبيق حقول REF بسلاسة. حسّن أتمتة مستنداتك وحسّن سير عملك اليوم!..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );..."MyBookmark" , "The bookmark's paragraph number is " , "\n" ); field...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Lavorare con stili e temi|Aspose.Words per Pyth...

    Accedi e gestisci stili e temi in un documento utilizzando Python....Ecco un’implementazione di paragraphs_by_style_name : nell’esempio...paragrafi_con_stile. Il nome dello stile Paragraph si trova nella proprietà Style...

    docs.aspose.com/words/it/python-net/working-wit...
  10. PDFでの見出しの操作|Aspose.PDF for C++

    C++を使用してPDFドキュメントの見出しに番号を作成します。Aspose.PDF for C++ はさまざまな種類の番号スタイルを示します。...get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/ja/cpp/working-with-headings/