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

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

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

import com4j.*;

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

*/ @DISPID(1063) @PropGet boolean addIndent(); /** *

* Setter method for the COM property "AddIndent" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1063) @PropPut void addIndent( boolean rhs); /** *

* Getter method for the COM property "BuiltIn" *

*/ @DISPID(553) @PropGet boolean builtIn(); /** *

* Getter method for the COM property "Borders" *

*/ @DISPID(435) @PropGet net.rgielen.com4j.office2010.excel.Borders borders(); /** */ @DISPID(117) java.lang.Object delete(); /** *

* Getter method for the COM property "Font" *

*/ @DISPID(146) @PropGet net.rgielen.com4j.office2010.excel.Font font(); /** *

* Getter method for the COM property "FormulaHidden" *

*/ @DISPID(262) @PropGet boolean formulaHidden(); /** *

* Setter method for the COM property "FormulaHidden" *

* @param rhs Mandatory boolean parameter. */ @DISPID(262) @PropPut void formulaHidden( boolean rhs); /** *

* Getter method for the COM property "HorizontalAlignment" *

*/ @DISPID(136) @PropGet net.rgielen.com4j.office2010.excel.XlHAlign horizontalAlignment(); /** *

* Setter method for the COM property "HorizontalAlignment" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlHAlign parameter. */ @DISPID(136) @PropPut void horizontalAlignment( net.rgielen.com4j.office2010.excel.XlHAlign rhs); /** *

* Getter method for the COM property "IncludeAlignment" *

*/ @DISPID(413) @PropGet boolean includeAlignment(); /** *

* Setter method for the COM property "IncludeAlignment" *

* @param rhs Mandatory boolean parameter. */ @DISPID(413) @PropPut void includeAlignment( boolean rhs); /** *

* Getter method for the COM property "IncludeBorder" *

*/ @DISPID(414) @PropGet boolean includeBorder(); /** *

* Setter method for the COM property "IncludeBorder" *

* @param rhs Mandatory boolean parameter. */ @DISPID(414) @PropPut void includeBorder( boolean rhs); /** *

* Getter method for the COM property "IncludeFont" *

*/ @DISPID(415) @PropGet boolean includeFont(); /** *

* Setter method for the COM property "IncludeFont" *

* @param rhs Mandatory boolean parameter. */ @DISPID(415) @PropPut void includeFont( boolean rhs); /** *

* Getter method for the COM property "IncludeNumber" *

*/ @DISPID(416) @PropGet boolean includeNumber(); /** *

* Setter method for the COM property "IncludeNumber" *

* @param rhs Mandatory boolean parameter. */ @DISPID(416) @PropPut void includeNumber( boolean rhs); /** *

* Getter method for the COM property "IncludePatterns" *

*/ @DISPID(417) @PropGet boolean includePatterns(); /** *

* Setter method for the COM property "IncludePatterns" *

* @param rhs Mandatory boolean parameter. */ @DISPID(417) @PropPut void includePatterns( boolean rhs); /** *

* Getter method for the COM property "IncludeProtection" *

*/ @DISPID(418) @PropGet boolean includeProtection(); /** *

* Setter method for the COM property "IncludeProtection" *

* @param rhs Mandatory boolean parameter. */ @DISPID(418) @PropPut void includeProtection( boolean rhs); /** *

* Getter method for the COM property "IndentLevel" *

*/ @DISPID(201) @PropGet int indentLevel(); /** *

* Setter method for the COM property "IndentLevel" *

* @param rhs Mandatory int parameter. */ @DISPID(201) @PropPut void indentLevel( int rhs); /** *

* Getter method for the COM property "Interior" *

*/ @DISPID(129) @PropGet net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "Locked" *

*/ @DISPID(269) @PropGet boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(269) @PropPut void locked( boolean rhs); /** *

* Getter method for the COM property "MergeCells" *

*/ @DISPID(208) @PropGet java.lang.Object mergeCells(); /** *

* Setter method for the COM property "MergeCells" *

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

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Getter method for the COM property "NameLocal" *

*/ @DISPID(937) @PropGet java.lang.String nameLocal(); /** *

* Getter method for the COM property "NumberFormat" *

*/ @DISPID(193) @PropGet java.lang.String numberFormat(); /** *

* Setter method for the COM property "NumberFormat" *

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

* Getter method for the COM property "NumberFormatLocal" *

*/ @DISPID(1097) @PropGet java.lang.String numberFormatLocal(); /** *

* Setter method for the COM property "NumberFormatLocal" *

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

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

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

* Getter method for the COM property "ShrinkToFit" *

*/ @DISPID(209) @PropGet boolean shrinkToFit(); /** *

* Setter method for the COM property "ShrinkToFit" *

* @param rhs Mandatory boolean parameter. */ @DISPID(209) @PropPut void shrinkToFit( boolean rhs); /** *

* Getter method for the COM property "Value" *

*/ @DISPID(6) @PropGet java.lang.String value(); /** *

* Getter method for the COM property "VerticalAlignment" *

*/ @DISPID(137) @PropGet net.rgielen.com4j.office2010.excel.XlVAlign verticalAlignment(); /** *

* Setter method for the COM property "VerticalAlignment" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlVAlign parameter. */ @DISPID(137) @PropPut void verticalAlignment( net.rgielen.com4j.office2010.excel.XlVAlign rhs); /** *

* Getter method for the COM property "WrapText" *

*/ @DISPID(276) @PropGet boolean wrapText(); /** *

* Setter method for the COM property "WrapText" *

* @param rhs Mandatory boolean parameter. */ @DISPID(276) @PropPut void wrapText( boolean rhs); /** *

* Getter method for the COM property "_Default" *

*/ @DISPID(0) @PropGet @DefaultMethod java.lang.String _Default(); /** *

* Getter method for the COM property "ReadingOrder" *

*/ @DISPID(975) @PropGet int readingOrder(); /** *

* Setter method for the COM property "ReadingOrder" *

* @param rhs Mandatory int parameter. */ @DISPID(975) @PropPut void readingOrder( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy