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

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

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

import com4j.*;

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

*/ @DISPID(558) @PropGet boolean visible(); /** *

* Setter method for the COM property "Visible" *

* @param rhs Mandatory boolean parameter. */ @DISPID(558) @PropPut void visible( boolean rhs); /** *

* Getter method for the COM property "CharacterType" *

*/ @DISPID(1674) @PropGet int characterType(); /** *

* Setter method for the COM property "CharacterType" *

* @param rhs Mandatory int parameter. */ @DISPID(1674) @PropPut void characterType( int rhs); /** *

* Getter method for the COM property "Alignment" *

*/ @DISPID(453) @PropGet int alignment(); /** *

* Setter method for the COM property "Alignment" *

* @param rhs Mandatory int parameter. */ @DISPID(453) @PropPut void alignment( int rhs); /** *

* Getter method for the COM property "Font" *

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

* Getter method for the COM property "Text" *

*/ @DISPID(138) @PropGet java.lang.String text(); /** *

* Setter method for the COM property "Text" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(138) @PropPut void text( java.lang.String rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy