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

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

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

import com4j.*;

@IID("{00024450-0001-0000-C000-000000000046}")
public interface ICellFormat 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 "Borders" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Borders */ @VTID(10) net.rgielen.com4j.office2010.excel.Borders borders(); /** *

* Setter method for the COM property "Borders" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Borders parameter. */ @VTID(11) void borders( net.rgielen.com4j.office2010.excel.Borders rhs); /** *

* Getter method for the COM property "Font" *

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

* Setter method for the COM property "Font" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Font parameter. */ @VTID(13) void font( net.rgielen.com4j.office2010.excel.Font rhs); /** *

* Getter method for the COM property "Interior" *

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

* Setter method for the COM property "Interior" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Interior parameter. */ @VTID(15) void interior( net.rgielen.com4j.office2010.excel.Interior rhs); /** *

* Getter method for the COM property "NumberFormat" *

* @param lcid Mandatory int parameter. * @return Returns a value of type java.lang.Object */ @VTID(16) @ReturnValue(type=NativeType.VARIANT) java.lang.Object numberFormat( @LCID int lcid); /** *

* Setter method for the COM property "NumberFormat" *

* @param lcid Mandatory int parameter. * @param rhs Mandatory java.lang.Object parameter. */ @VTID(17) void numberFormat( @LCID int lcid, @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "NumberFormatLocal" *

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

* Setter method for the COM property "NumberFormatLocal" *

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

* Getter method for the COM property "AddIndent" *

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

* Setter method for the COM property "AddIndent" *

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

* Getter method for the COM property "IndentLevel" *

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

* Setter method for the COM property "IndentLevel" *

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

* Getter method for the COM property "HorizontalAlignment" *

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

* Setter method for the COM property "HorizontalAlignment" *

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

* Getter method for the COM property "VerticalAlignment" *

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

* Setter method for the COM property "VerticalAlignment" *

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

* Getter method for the COM property "Orientation" *

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

* Setter method for the COM property "Orientation" *

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

* Getter method for the COM property "ShrinkToFit" *

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

* Setter method for the COM property "ShrinkToFit" *

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

* Getter method for the COM property "WrapText" *

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

* Setter method for the COM property "WrapText" *

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

* Getter method for the COM property "Locked" *

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

* Setter method for the COM property "Locked" *

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

* Getter method for the COM property "FormulaHidden" *

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

* Setter method for the COM property "FormulaHidden" *

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

* Getter method for the COM property "MergeCells" *

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

* Setter method for the COM property "MergeCells" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(39) void mergeCells( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** */ @VTID(40) void clear(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy