All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.PageSetup Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface PageSetup extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** *

* Getter method for the COM property "BlackAndWhite" *

*/ @DISPID(1009) @PropGet boolean blackAndWhite(); /** *

* Setter method for the COM property "BlackAndWhite" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1009) @PropPut void blackAndWhite( boolean rhs); /** *

* Getter method for the COM property "BottomMargin" *

*/ @DISPID(1002) @PropGet double bottomMargin(); /** *

* Setter method for the COM property "BottomMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(1002) @PropPut void bottomMargin( double rhs); /** *

* Getter method for the COM property "CenterFooter" *

*/ @DISPID(1010) @PropGet java.lang.String centerFooter(); /** *

* Setter method for the COM property "CenterFooter" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1010) @PropPut void centerFooter( java.lang.String rhs); /** *

* Getter method for the COM property "CenterHeader" *

*/ @DISPID(1011) @PropGet java.lang.String centerHeader(); /** *

* Setter method for the COM property "CenterHeader" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1011) @PropPut void centerHeader( java.lang.String rhs); /** *

* Getter method for the COM property "CenterHorizontally" *

*/ @DISPID(1005) @PropGet boolean centerHorizontally(); /** *

* Setter method for the COM property "CenterHorizontally" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1005) @PropPut void centerHorizontally( boolean rhs); /** *

* Getter method for the COM property "CenterVertically" *

*/ @DISPID(1006) @PropGet boolean centerVertically(); /** *

* Setter method for the COM property "CenterVertically" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1006) @PropPut void centerVertically( boolean rhs); /** *

* Getter method for the COM property "ChartSize" *

*/ @DISPID(1012) @PropGet net.rgielen.com4j.office2010.excel.XlObjectSize chartSize(); /** *

* Setter method for the COM property "ChartSize" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlObjectSize parameter. */ @DISPID(1012) @PropPut void chartSize( net.rgielen.com4j.office2010.excel.XlObjectSize rhs); /** *

* Getter method for the COM property "Draft" *

*/ @DISPID(1020) @PropGet boolean draft(); /** *

* Setter method for the COM property "Draft" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1020) @PropPut void draft( boolean rhs); /** *

* Getter method for the COM property "FirstPageNumber" *

*/ @DISPID(1008) @PropGet int firstPageNumber(); /** *

* Setter method for the COM property "FirstPageNumber" *

* @param rhs Mandatory int parameter. */ @DISPID(1008) @PropPut void firstPageNumber( int rhs); /** *

* Getter method for the COM property "FitToPagesTall" *

*/ @DISPID(1013) @PropGet java.lang.Object fitToPagesTall(); /** *

* Setter method for the COM property "FitToPagesTall" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1013) @PropPut void fitToPagesTall( java.lang.Object rhs); /** *

* Getter method for the COM property "FitToPagesWide" *

*/ @DISPID(1014) @PropGet java.lang.Object fitToPagesWide(); /** *

* Setter method for the COM property "FitToPagesWide" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1014) @PropPut void fitToPagesWide( java.lang.Object rhs); /** *

* Getter method for the COM property "FooterMargin" *

*/ @DISPID(1015) @PropGet double footerMargin(); /** *

* Setter method for the COM property "FooterMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(1015) @PropPut void footerMargin( double rhs); /** *

* Getter method for the COM property "HeaderMargin" *

*/ @DISPID(1016) @PropGet double headerMargin(); /** *

* Setter method for the COM property "HeaderMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(1016) @PropPut void headerMargin( double rhs); /** *

* Getter method for the COM property "LeftFooter" *

*/ @DISPID(1017) @PropGet java.lang.String leftFooter(); /** *

* Setter method for the COM property "LeftFooter" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1017) @PropPut void leftFooter( java.lang.String rhs); /** *

* Getter method for the COM property "LeftHeader" *

*/ @DISPID(1018) @PropGet java.lang.String leftHeader(); /** *

* Setter method for the COM property "LeftHeader" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1018) @PropPut void leftHeader( java.lang.String rhs); /** *

* Getter method for the COM property "LeftMargin" *

*/ @DISPID(999) @PropGet double leftMargin(); /** *

* Setter method for the COM property "LeftMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(999) @PropPut void leftMargin( double rhs); /** *

* Getter method for the COM property "Order" *

*/ @DISPID(192) @PropGet net.rgielen.com4j.office2010.excel.XlOrder order(); /** *

* Setter method for the COM property "Order" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlOrder parameter. */ @DISPID(192) @PropPut void order( net.rgielen.com4j.office2010.excel.XlOrder rhs); /** *

* Getter method for the COM property "Orientation" *

*/ @DISPID(134) @PropGet net.rgielen.com4j.office2010.excel.XlPageOrientation orientation(); /** *

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPageOrientation parameter. */ @DISPID(134) @PropPut void orientation( net.rgielen.com4j.office2010.excel.XlPageOrientation rhs); /** *

* Getter method for the COM property "PaperSize" *

*/ @DISPID(1007) @PropGet net.rgielen.com4j.office2010.excel.XlPaperSize paperSize(); /** *

* Setter method for the COM property "PaperSize" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPaperSize parameter. */ @DISPID(1007) @PropPut void paperSize( net.rgielen.com4j.office2010.excel.XlPaperSize rhs); /** *

* Getter method for the COM property "PrintArea" *

*/ @DISPID(1019) @PropGet java.lang.String printArea(); /** *

* Setter method for the COM property "PrintArea" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1019) @PropPut void printArea( java.lang.String rhs); /** *

* Getter method for the COM property "PrintGridlines" *

*/ @DISPID(1004) @PropGet boolean printGridlines(); /** *

* Setter method for the COM property "PrintGridlines" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1004) @PropPut void printGridlines( boolean rhs); /** *

* Getter method for the COM property "PrintHeadings" *

*/ @DISPID(1003) @PropGet boolean printHeadings(); /** *

* Setter method for the COM property "PrintHeadings" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1003) @PropPut void printHeadings( boolean rhs); /** *

* Getter method for the COM property "PrintNotes" *

*/ @DISPID(1021) @PropGet boolean printNotes(); /** *

* Setter method for the COM property "PrintNotes" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1021) @PropPut void printNotes( boolean rhs); /** *

* Getter method for the COM property "PrintQuality" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(1022) @PropGet java.lang.Object printQuality( @Optional java.lang.Object index); /** *

* Setter method for the COM property "PrintQuality" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() * @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1022) @PropPut void printQuality( @Optional java.lang.Object index, java.lang.Object rhs); /** *

* Getter method for the COM property "PrintTitleColumns" *

*/ @DISPID(1023) @PropGet java.lang.String printTitleColumns(); /** *

* Setter method for the COM property "PrintTitleColumns" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1023) @PropPut void printTitleColumns( java.lang.String rhs); /** *

* Getter method for the COM property "PrintTitleRows" *

*/ @DISPID(1024) @PropGet java.lang.String printTitleRows(); /** *

* Setter method for the COM property "PrintTitleRows" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1024) @PropPut void printTitleRows( java.lang.String rhs); /** *

* Getter method for the COM property "RightFooter" *

*/ @DISPID(1025) @PropGet java.lang.String rightFooter(); /** *

* Setter method for the COM property "RightFooter" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1025) @PropPut void rightFooter( java.lang.String rhs); /** *

* Getter method for the COM property "RightHeader" *

*/ @DISPID(1026) @PropGet java.lang.String rightHeader(); /** *

* Setter method for the COM property "RightHeader" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(1026) @PropPut void rightHeader( java.lang.String rhs); /** *

* Getter method for the COM property "RightMargin" *

*/ @DISPID(1000) @PropGet double rightMargin(); /** *

* Setter method for the COM property "RightMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(1000) @PropPut void rightMargin( double rhs); /** *

* Getter method for the COM property "TopMargin" *

*/ @DISPID(1001) @PropGet double topMargin(); /** *

* Setter method for the COM property "TopMargin" *

* @param rhs Mandatory double parameter. */ @DISPID(1001) @PropPut void topMargin( double rhs); /** *

* Getter method for the COM property "Zoom" *

*/ @DISPID(663) @PropGet java.lang.Object zoom(); /** *

* Setter method for the COM property "Zoom" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(663) @PropPut void zoom( java.lang.Object rhs); /** *

* Getter method for the COM property "PrintComments" *

*/ @DISPID(1524) @PropGet net.rgielen.com4j.office2010.excel.XlPrintLocation printComments(); /** *

* Setter method for the COM property "PrintComments" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPrintLocation parameter. */ @DISPID(1524) @PropPut void printComments( net.rgielen.com4j.office2010.excel.XlPrintLocation rhs); /** *

* Getter method for the COM property "PrintErrors" *

*/ @DISPID(2149) @PropGet net.rgielen.com4j.office2010.excel.XlPrintErrors printErrors(); /** *

* Setter method for the COM property "PrintErrors" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPrintErrors parameter. */ @DISPID(2149) @PropPut void printErrors( net.rgielen.com4j.office2010.excel.XlPrintErrors rhs); /** *

* Getter method for the COM property "CenterHeaderPicture" *

*/ @DISPID(2150) @PropGet net.rgielen.com4j.office2010.excel.Graphic centerHeaderPicture(); /** *

* Getter method for the COM property "CenterFooterPicture" *

*/ @DISPID(2151) @PropGet net.rgielen.com4j.office2010.excel.Graphic centerFooterPicture(); /** *

* Getter method for the COM property "LeftHeaderPicture" *

*/ @DISPID(2152) @PropGet net.rgielen.com4j.office2010.excel.Graphic leftHeaderPicture(); /** *

* Getter method for the COM property "LeftFooterPicture" *

*/ @DISPID(2153) @PropGet net.rgielen.com4j.office2010.excel.Graphic leftFooterPicture(); /** *

* Getter method for the COM property "RightHeaderPicture" *

*/ @DISPID(2154) @PropGet net.rgielen.com4j.office2010.excel.Graphic rightHeaderPicture(); /** *

* Getter method for the COM property "RightFooterPicture" *

*/ @DISPID(2155) @PropGet net.rgielen.com4j.office2010.excel.Graphic rightFooterPicture(); /** *

* Getter method for the COM property "OddAndEvenPagesHeaderFooter" *

*/ @DISPID(2600) @PropGet boolean oddAndEvenPagesHeaderFooter(); /** *

* Setter method for the COM property "OddAndEvenPagesHeaderFooter" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2600) @PropPut void oddAndEvenPagesHeaderFooter( boolean rhs); /** *

* Getter method for the COM property "DifferentFirstPageHeaderFooter" *

*/ @DISPID(2601) @PropGet boolean differentFirstPageHeaderFooter(); /** *

* Setter method for the COM property "DifferentFirstPageHeaderFooter" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2601) @PropPut void differentFirstPageHeaderFooter( boolean rhs); /** *

* Getter method for the COM property "ScaleWithDocHeaderFooter" *

*/ @DISPID(2602) @PropGet boolean scaleWithDocHeaderFooter(); /** *

* Setter method for the COM property "ScaleWithDocHeaderFooter" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2602) @PropPut void scaleWithDocHeaderFooter( boolean rhs); /** *

* Getter method for the COM property "AlignMarginsHeaderFooter" *

*/ @DISPID(2603) @PropGet boolean alignMarginsHeaderFooter(); /** *

* Setter method for the COM property "AlignMarginsHeaderFooter" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2603) @PropPut void alignMarginsHeaderFooter( boolean rhs); /** *

* Getter method for the COM property "Pages" *

*/ @DISPID(2604) @PropGet net.rgielen.com4j.office2010.excel.Pages pages(); /** *

* Getter method for the COM property "EvenPage" *

*/ @DISPID(2605) @PropGet net.rgielen.com4j.office2010.excel.Page evenPage(); /** *

* Getter method for the COM property "FirstPage" *

*/ @DISPID(2606) @PropGet net.rgielen.com4j.office2010.excel.Page firstPage(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy