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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface VPageBreak 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 net.rgielen.com4j.office2010.excel._Worksheet parent(); /** */ @DISPID(117) void delete(); /** * @param direction Mandatory net.rgielen.com4j.office2010.excel.XlDirection parameter. * @param regionIndex Mandatory int parameter. */ @DISPID(1420) void dragOff( net.rgielen.com4j.office2010.excel.XlDirection direction, int regionIndex); /** *

* Getter method for the COM property "Type" *

*/ @DISPID(108) @PropGet net.rgielen.com4j.office2010.excel.XlPageBreak type(); /** *

* Setter method for the COM property "Type" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPageBreak parameter. */ @DISPID(108) @PropPut void type( net.rgielen.com4j.office2010.excel.XlPageBreak rhs); /** *

* Getter method for the COM property "Extent" *

*/ @DISPID(1422) @PropGet net.rgielen.com4j.office2010.excel.XlPageBreakExtent extent(); /** *

* Getter method for the COM property "Location" *

*/ @DISPID(1397) @PropGet net.rgielen.com4j.office2010.excel.Range location(); /** *

* Setter method for the COM property "Location" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Range parameter. */ @DISPID(1397) @PropPut void location( net.rgielen.com4j.office2010.excel.Range rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy