Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 48,877 for

section

(0.13 sec)
  1. get_footer method | Aspose.Cells for Python via...

    get_footer method get_footer Gets a script formatting the footer of an Excel file. def get_footer ( self , Section ):......self , section ): ... Parameter Type Description section int 0:...0: Left Section, 1: Center Section, 2: Right Section. See Also...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. PageSetup.GetFooter | Aspose.Cells for .NET API...

    PageSetup method. Gets a script formatting the footer of an Excel file...GetFooter ( int section ) Parameter Type Description section Int32 0:...0: Left Section, 1: Center Section, 2: Right Section. See Also...

    reference.aspose.com/cells/net/aspose.cells/pag...
  3. indexOf | Aspose.Sildes for PHP via Java API Re...

    indexOf indexOf( Section Section) method Returns an index of the specified Section in the collection. Parameters Name......indexOf indexOf( Section section) method Returns an index of...of the specified section in the collection. Parameters Name Type...

    reference.aspose.com/slides/php-java/aspose.sli...
  4. get_header method | Aspose.Cells for Python via...

    get_header method get_header Gets a script formatting the header of an Excel file. def get_header ( self , Section ):......self , section ): ... Parameter Type Description section int 0:...0: Left Section, 1: Center Section, 2: Right Section. See Also...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. get_even_header method | Aspose.Cells for Pytho...

    get_even_header method get_even_header Gets a script formatting the even header of an Excel file. def get_even_header......self , section ): ... Parameter Type Description section int 0:...0: Left Section, 1: Center Section, 2: Right Section. See Also...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. SectionCollection - Aspose.Slides for Android v...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....SaveOptions ScaleEffect SchemeColor Section SectionCollection SectionSlideCollecti...Represents a collection of sections. Method Summary All Methods...

    reference.aspose.com/slides/androidjava/com.asp...
  7. sectioncollection - Aspose.Slides for Java - AP...

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....SaveOptions ScaleEffect SchemeColor Section SectionCollection SectionSlideCollecti...Represents a collection of sections. Method Summary All Methods...

    reference.aspose.com/slides/java/com.aspose.sli...
  8. DocumentVisitor.visit_section_end method | Aspo...

    DocumentVisitor.visit_Section_end method. Called when enumeration of a Section has ended....visit_section_end method visit_section_end(section) Called when...enumeration of a section has ended. def visit_section_end ( self ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words如何获取指定页码的orientation - 中文技术支持 - Fre...

    我在把列表的内容遍历放入同一个word时,设置了页面横纵向 DocumentBuilder docBuilder = new DocumentBuilder(doc); for (int i = 0; i < qrcodeDTOList.size(); i++) { QrcodeDTO dto = qrcodeDTOList.get(i); docBuil…...setHeaderDistance(0); Section section; if (i == 0) { section = doc.getFirstSection();...else { section = new Section(doc); doc.appendChild(section); docBuilder...

    forum.aspose.com/t/aspose-words-orientation/245575
  10. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../Section/)...to HeaderFooter nodes of a Section . To learn more, visit the...each HeaderFooterType per Section . HeaderFooter objects can...

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