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

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

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

import com4j.*;

@IID("{00020852-0001-0000-C000-000000000046}")
public interface IStyle 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 "AddIndent" *

* @return Returns a value of type boolean */ @VTID(10) boolean addIndent(); /** *

* Setter method for the COM property "AddIndent" *

* @param rhs Mandatory boolean parameter. */ @VTID(11) void addIndent( boolean rhs); /** *

* Getter method for the COM property "BuiltIn" *

* @return Returns a value of type boolean */ @VTID(12) boolean builtIn(); /** *

* Getter method for the COM property "Borders" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Borders */ @VTID(13) net.rgielen.com4j.office2010.excel.Borders borders(); /** * @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Font */ @VTID(15) net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "FormulaHidden" *

* @return Returns a value of type boolean */ @VTID(16) boolean formulaHidden(); /** *

* Setter method for the COM property "FormulaHidden" *

* @param rhs Mandatory boolean parameter. */ @VTID(17) void formulaHidden( boolean rhs); /** *

* Getter method for the COM property "HorizontalAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlHAlign */ @VTID(18) 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(19) void horizontalAlignment( net.rgielen.com4j.office2010.excel.XlHAlign rhs); /** *

* Getter method for the COM property "IncludeAlignment" *

* @return Returns a value of type boolean */ @VTID(20) boolean includeAlignment(); /** *

* Setter method for the COM property "IncludeAlignment" *

* @param rhs Mandatory boolean parameter. */ @VTID(21) void includeAlignment( boolean rhs); /** *

* Getter method for the COM property "IncludeBorder" *

* @return Returns a value of type boolean */ @VTID(22) boolean includeBorder(); /** *

* Setter method for the COM property "IncludeBorder" *

* @param rhs Mandatory boolean parameter. */ @VTID(23) void includeBorder( boolean rhs); /** *

* Getter method for the COM property "IncludeFont" *

* @return Returns a value of type boolean */ @VTID(24) boolean includeFont(); /** *

* Setter method for the COM property "IncludeFont" *

* @param rhs Mandatory boolean parameter. */ @VTID(25) void includeFont( boolean rhs); /** *

* Getter method for the COM property "IncludeNumber" *

* @return Returns a value of type boolean */ @VTID(26) boolean includeNumber(); /** *

* Setter method for the COM property "IncludeNumber" *

* @param rhs Mandatory boolean parameter. */ @VTID(27) void includeNumber( boolean rhs); /** *

* Getter method for the COM property "IncludePatterns" *

* @return Returns a value of type boolean */ @VTID(28) boolean includePatterns(); /** *

* Setter method for the COM property "IncludePatterns" *

* @param rhs Mandatory boolean parameter. */ @VTID(29) void includePatterns( boolean rhs); /** *

* Getter method for the COM property "IncludeProtection" *

* @return Returns a value of type boolean */ @VTID(30) boolean includeProtection(); /** *

* Setter method for the COM property "IncludeProtection" *

* @param rhs Mandatory boolean parameter. */ @VTID(31) void includeProtection( boolean rhs); /** *

* Getter method for the COM property "IndentLevel" *

* @return Returns a value of type int */ @VTID(32) int indentLevel(); /** *

* Setter method for the COM property "IndentLevel" *

* @param rhs Mandatory int parameter. */ @VTID(33) void indentLevel( int rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(34) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Locked" *

* @return Returns a value of type boolean */ @VTID(35) boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @VTID(36) void locked( boolean rhs); /** *

* Getter method for the COM property "MergeCells" *

* @return Returns a value of type java.lang.Object */ @VTID(37) @ReturnValue(type=NativeType.VARIANT) java.lang.Object mergeCells(); /** *

* Setter method for the COM property "MergeCells" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(38) void mergeCells( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "Name" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(39) java.lang.String name( @LCID int lcid); /** *

* Getter method for the COM property "NameLocal" *

* @return Returns a value of type java.lang.String */ @VTID(40) java.lang.String nameLocal(); /** *

* Getter method for the COM property "NumberFormat" *

* @return Returns a value of type java.lang.String */ @VTID(41) java.lang.String numberFormat(); /** *

* Setter method for the COM property "NumberFormat" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(42) void numberFormat( java.lang.String rhs); /** *

* Getter method for the COM property "NumberFormatLocal" *

* @return Returns a value of type java.lang.String */ @VTID(43) java.lang.String numberFormatLocal(); /** *

* Setter method for the COM property "NumberFormatLocal" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(44) void numberFormatLocal( java.lang.String rhs); /** *

* Getter method for the COM property "Orientation" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlOrientation */ @VTID(45) net.rgielen.com4j.office2010.excel.XlOrientation orientation(); /** *

* Setter method for the COM property "Orientation" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlOrientation parameter. */ @VTID(46) void orientation( net.rgielen.com4j.office2010.excel.XlOrientation rhs); /** *

* Getter method for the COM property "ShrinkToFit" *

* @return Returns a value of type boolean */ @VTID(47) boolean shrinkToFit(); /** *

* Setter method for the COM property "ShrinkToFit" *

* @param rhs Mandatory boolean parameter. */ @VTID(48) void shrinkToFit( boolean rhs); /** *

* Getter method for the COM property "Value" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(49) java.lang.String value( @LCID int lcid); /** *

* Getter method for the COM property "VerticalAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlVAlign */ @VTID(50) 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(51) void verticalAlignment( net.rgielen.com4j.office2010.excel.XlVAlign rhs); /** *

* Getter method for the COM property "WrapText" *

* @return Returns a value of type boolean */ @VTID(52) boolean wrapText(); /** *

* Setter method for the COM property "WrapText" *

* @param rhs Mandatory boolean parameter. */ @VTID(53) void wrapText( boolean rhs); /** *

* Getter method for the COM property "_Default" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.String */ @VTID(54) @DefaultMethod java.lang.String _Default( @LCID int lcid); /** *

* Getter method for the COM property "ReadingOrder" *

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

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @VTID(56) void readingOrder( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy