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

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

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

import com4j.*;

@IID("{0002443D-0001-0000-C000-000000000046}")
public interface ITextFrame extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "MarginBottom" *

* @return Returns a value of type float */ @VTID(10) float marginBottom(); /** *

* Setter method for the COM property "MarginBottom" *

* @param rhs Mandatory float parameter. */ @VTID(11) void marginBottom( float rhs); /** *

* Getter method for the COM property "MarginLeft" *

* @return Returns a value of type float */ @VTID(12) float marginLeft(); /** *

* Setter method for the COM property "MarginLeft" *

* @param rhs Mandatory float parameter. */ @VTID(13) void marginLeft( float rhs); /** *

* Getter method for the COM property "MarginRight" *

* @return Returns a value of type float */ @VTID(14) float marginRight(); /** *

* Setter method for the COM property "MarginRight" *

* @param rhs Mandatory float parameter. */ @VTID(15) void marginRight( float rhs); /** *

* Getter method for the COM property "MarginTop" *

* @return Returns a value of type float */ @VTID(16) float marginTop(); /** *

* Setter method for the COM property "MarginTop" *

* @param rhs Mandatory float parameter. */ @VTID(17) void marginTop( float rhs); /** *

* Getter method for the COM property "Orientation" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextOrientation */ @VTID(18) net.rgielen.com4j.office2010.office.MsoTextOrientation orientation(); /** *

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoTextOrientation parameter. */ @VTID(19) void orientation( net.rgielen.com4j.office2010.office.MsoTextOrientation rhs); /** * @param start Optional parameter. Default value is com4j.Variant.getMissing() * @param length Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.Characters */ @VTID(20) net.rgielen.com4j.office2010.excel.Characters characters( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); /** *

* Getter method for the COM property "HorizontalAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlHAlign */ @VTID(21) net.rgielen.com4j.office2010.excel.XlHAlign horizontalAlignment(); /** *

* Setter method for the COM property "HorizontalAlignment" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlHAlign parameter. */ @VTID(22) void horizontalAlignment( net.rgielen.com4j.office2010.excel.XlHAlign rhs); /** *

* Getter method for the COM property "VerticalAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlVAlign */ @VTID(23) net.rgielen.com4j.office2010.excel.XlVAlign verticalAlignment(); /** *

* Setter method for the COM property "VerticalAlignment" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlVAlign parameter. */ @VTID(24) void verticalAlignment( net.rgielen.com4j.office2010.excel.XlVAlign rhs); /** *

* Getter method for the COM property "AutoSize" *

* @return Returns a value of type boolean */ @VTID(25) boolean autoSize(); /** *

* Setter method for the COM property "AutoSize" *

* @param rhs Mandatory boolean parameter. */ @VTID(26) void autoSize( boolean rhs); /** *

* Getter method for the COM property "ReadingOrder" *

* @return Returns a value of type int */ @VTID(27) int readingOrder(); /** *

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @VTID(28) void readingOrder( int rhs); /** *

* Getter method for the COM property "AutoMargins" *

* @return Returns a value of type boolean */ @VTID(29) boolean autoMargins(); /** *

* Setter method for the COM property "AutoMargins" *

* @param rhs Mandatory boolean parameter. */ @VTID(30) void autoMargins( boolean rhs); /** *

* Getter method for the COM property "VerticalOverflow" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlOartVerticalOverflow */ @VTID(31) net.rgielen.com4j.office2010.excel.XlOartVerticalOverflow verticalOverflow(); /** *

* Setter method for the COM property "VerticalOverflow" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlOartVerticalOverflow parameter. */ @VTID(32) void verticalOverflow( net.rgielen.com4j.office2010.excel.XlOartVerticalOverflow rhs); /** *

* Getter method for the COM property "HorizontalOverflow" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlOartHorizontalOverflow */ @VTID(33) net.rgielen.com4j.office2010.excel.XlOartHorizontalOverflow horizontalOverflow(); /** *

* Setter method for the COM property "HorizontalOverflow" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlOartHorizontalOverflow parameter. */ @VTID(34) void horizontalOverflow( net.rgielen.com4j.office2010.excel.XlOartHorizontalOverflow rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy