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

net.rgielen.com4j.office2010.word.Cells Maven / Gradle / Ivy

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

import com4j.*;

@IID("{0002094A-0000-0000-C000-000000000046}")
public interface Cells extends Com4jObject,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "_NewEnum" *

*/ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(7) java.util.Iterator iterator(); /** *

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(8) int count(); /** *

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.word._Application */ @DISPID(1000) //= 0x3e8. The runtime will prefer the VTID if present @VTID(9) net.rgielen.com4j.office2010.word._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(1001) //= 0x3e9. The runtime will prefer the VTID if present @VTID(10) int creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(1002) //= 0x3ea. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type float */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(12) float width(); /** *

* Setter method for the COM property "Width" *

* @param prop Mandatory float parameter. */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(13) void width( float prop); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type float */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(14) float height(); /** *

* Setter method for the COM property "Height" *

* @param prop Mandatory float parameter. */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(15) void height( float prop); /** *

* Getter method for the COM property "HeightRule" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdRowHeightRule */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.word.WdRowHeightRule heightRule(); /** *

* Setter method for the COM property "HeightRule" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdRowHeightRule parameter. */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(17) void heightRule( net.rgielen.com4j.office2010.word.WdRowHeightRule prop); /** *

* Getter method for the COM property "VerticalAlignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdCellVerticalAlignment */ @DISPID(1104) //= 0x450. The runtime will prefer the VTID if present @VTID(18) net.rgielen.com4j.office2010.word.WdCellVerticalAlignment verticalAlignment(); /** *

* Setter method for the COM property "VerticalAlignment" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdCellVerticalAlignment parameter. */ @DISPID(1104) //= 0x450. The runtime will prefer the VTID if present @VTID(19) void verticalAlignment( net.rgielen.com4j.office2010.word.WdCellVerticalAlignment prop); /** *

* Getter method for the COM property "Borders" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.Borders */ @DISPID(1100) //= 0x44c. The runtime will prefer the VTID if present @VTID(20) net.rgielen.com4j.office2010.word.Borders borders(); @VTID(20) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.Borders.class}) net.rgielen.com4j.office2010.word.Border borders( net.rgielen.com4j.office2010.word.WdBorderType index); /** *

* Setter method for the COM property "Borders" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.Borders parameter. */ @DISPID(1100) //= 0x44c. The runtime will prefer the VTID if present @VTID(21) void borders( net.rgielen.com4j.office2010.word.Borders prop); /** *

* Getter method for the COM property "Shading" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.Shading */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(22) net.rgielen.com4j.office2010.word.Shading shading(); /** * @param index Mandatory int parameter. * @return Returns a value of type net.rgielen.com4j.office2010.word.Cell */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(23) @DefaultMethod net.rgielen.com4j.office2010.word.Cell item( int index); /** * @param beforeCell Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.word.Cell */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.word.Cell add( @Optional java.lang.Object beforeCell); /** * @param shiftCells Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(200) //= 0xc8. The runtime will prefer the VTID if present @VTID(25) void delete( @Optional java.lang.Object shiftCells); /** * @param columnWidth Mandatory float parameter. * @param rulerStyle Mandatory net.rgielen.com4j.office2010.word.WdRulerStyle parameter. */ @DISPID(202) //= 0xca. The runtime will prefer the VTID if present @VTID(26) void setWidth( float columnWidth, net.rgielen.com4j.office2010.word.WdRulerStyle rulerStyle); /** * @param rowHeight Mandatory java.lang.Object parameter. * @param heightRule Mandatory net.rgielen.com4j.office2010.word.WdRowHeightRule parameter. */ @DISPID(203) //= 0xcb. The runtime will prefer the VTID if present @VTID(27) void setHeight( java.lang.Object rowHeight, net.rgielen.com4j.office2010.word.WdRowHeightRule heightRule); /** */ @DISPID(204) //= 0xcc. The runtime will prefer the VTID if present @VTID(28) void merge(); /** * @param numRows Optional parameter. Default value is com4j.Variant.getMissing() * @param numColumns Optional parameter. Default value is com4j.Variant.getMissing() * @param mergeBeforeSplit Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(205) //= 0xcd. The runtime will prefer the VTID if present @VTID(29) void split( @Optional java.lang.Object numRows, @Optional java.lang.Object numColumns, @Optional java.lang.Object mergeBeforeSplit); /** */ @DISPID(206) //= 0xce. The runtime will prefer the VTID if present @VTID(30) void distributeHeight(); /** */ @DISPID(207) //= 0xcf. The runtime will prefer the VTID if present @VTID(31) void distributeWidth(); /** */ @DISPID(208) //= 0xd0. The runtime will prefer the VTID if present @VTID(32) void autoFit(); /** *

* Getter method for the COM property "NestingLevel" *

* @return Returns a value of type int */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(33) int nestingLevel(); /** *

* Getter method for the COM property "PreferredWidth" *

* @return Returns a value of type float */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(34) float preferredWidth(); /** *

* Setter method for the COM property "PreferredWidth" *

* @param prop Mandatory float parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(35) void preferredWidth( float prop); /** *

* Getter method for the COM property "PreferredWidthType" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdPreferredWidthType */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(36) net.rgielen.com4j.office2010.word.WdPreferredWidthType preferredWidthType(); /** *

* Setter method for the COM property "PreferredWidthType" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdPreferredWidthType parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(37) void preferredWidthType( net.rgielen.com4j.office2010.word.WdPreferredWidthType prop); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy