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

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

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

import com4j.*;

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

*/ @DISPID(435) @PropGet net.rgielen.com4j.office2010.excel.Borders borders(); /** *

* Getter method for the COM property "Characters" *

* @param start Optional parameter. Default value is com4j.Variant.getMissing() * @param length Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(603) @PropGet net.rgielen.com4j.office2010.excel.Characters characters( @Optional java.lang.Object start, @Optional java.lang.Object length); /** *

* Getter method for the COM property "Font" *

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

* Getter method for the COM property "Style" *

*/ @DISPID(260) @PropGet java.lang.Object style(); /** *

* Getter method for the COM property "AddIndent" *

*/ @DISPID(1063) @PropGet java.lang.Object addIndent(); /** *

* Getter method for the COM property "FormulaHidden" *

*/ @DISPID(262) @PropGet java.lang.Object formulaHidden(); /** *

* Getter method for the COM property "HorizontalAlignment" *

*/ @DISPID(136) @PropGet java.lang.Object horizontalAlignment(); /** *

* Getter method for the COM property "IndentLevel" *

*/ @DISPID(201) @PropGet java.lang.Object indentLevel(); /** *

* 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 java.lang.Object locked(); /** *

* Getter method for the COM property "MergeCells" *

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

* Getter method for the COM property "NumberFormat" *

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

* Getter method for the COM property "NumberFormatLocal" *

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

* Getter method for the COM property "Orientation" *

*/ @DISPID(134) @PropGet java.lang.Object orientation(); /** *

* Getter method for the COM property "ReadingOrder" *

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

* Getter method for the COM property "ShrinkToFit" *

*/ @DISPID(209) @PropGet java.lang.Object shrinkToFit(); /** *

* Getter method for the COM property "VerticalAlignment" *

*/ @DISPID(137) @PropGet java.lang.Object verticalAlignment(); /** *

* Getter method for the COM property "WrapText" *

*/ @DISPID(276) @PropGet java.lang.Object wrapText(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy