Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 15,161 for

section

(0.38 sec)
  1. Lưu trữ

    Lưu trữ...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/vi/words/extract-text-from-word...
  2. Архів

    Архів...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/uk/words/extract-text-from-word...
  3. ASP - VBScript melalui COM Interop|Aspose.PDF f...

    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....Document" ) 'Create a new section in the Pdf object Dim pdfsection..."Aspose.Pdf.Generator.Section" ) 'Add section to Pdf object document...

    docs.aspose.com/pdf/id/net/asp-vbscript-via-com...
  4. CompositeNode.CreateNavigator | Aspose.Words pe...

    Scopri il metodo CompositeNode CreateNavigator per attraversare e leggere i nodi senza sforzo, migliorando la tua esperienza di navigazione dei dati.... Write ( "Section 1, Paragraph 1. " ); docBuilder...(); docBuilder . Write ( "Section 1, Paragraph 2. " ); doc ....

    reference.aspose.com/words/it/net/aspose.words/...
  5. HeaderFooter Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.HeaderFooter, la soluzione ideale per gestire intestazioni e piè di pagina di sezione senza sforzo. Migliora la formattazione dei documenti oggi stesso!...può essere solo un figlio di Section . Può essercene solo uno HeaderFooter...HeaderFooterType in un Section . Se Section non ha un HeaderFooter...

    reference.aspose.com/words/it/net/aspose.words/...
  6. ארכיון

    ארכיון... שכבו את הקטע לאובייקט Section באמצעות השיטה Document->ge...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/he/words/split-ms-word-document...
  7. ParagraphFormat Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.ParagraphFormat لخيارات تنسيق فقرات شاملة. حسّن تنسيق مستنداتك بسهولة!... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // تعيين بعض خصائص إعداد الصفحة للقسم...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. BuildingBlock.LastSection | Aspose.Words per .NET

    Scopri la proprietà LastSection di BuildingBlock, che recupera in modo efficiente la sezione finale, migliorando la tua esperienza di codifica e l'organizzazione del progetto.... public Section LastSection { get ; } Osservazioni...this block in the Quick Parts section of word will place its contents...

    reference.aspose.com/words/it/net/aspose.words....
  9. 아카이브

    아카이브...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();..."HeaderFooter.doc"); for (Section section : doc.getSections()) {...

    blog.aspose.com/ko/words/add-remove-header-foot...
  10. Зробіть DOC За Допомогою Python

    Створіть новий DOC у Python за кілька кроків. Легко створіть DOC за допомогою Python via .NET бібліотеки....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/uk/python-net/make/doc/