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

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

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

import com4j.*;

@IID("{00020950-0000-0000-C000-000000000046}")
public interface Row extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Range" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.Range */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(7) @DefaultMethod net.rgielen.com4j.office2010.word.Range range(); /** *

* 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(8) 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(9) 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(10) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "AllowBreakAcrossPages" *

* @return Returns a value of type int */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(11) int allowBreakAcrossPages(); /** *

* Setter method for the COM property "AllowBreakAcrossPages" *

* @param prop Mandatory int parameter. */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(12) void allowBreakAcrossPages( int prop); /** *

* Getter method for the COM property "Alignment" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdRowAlignment */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(13) net.rgielen.com4j.office2010.word.WdRowAlignment alignment(); /** *

* Setter method for the COM property "Alignment" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdRowAlignment parameter. */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(14) void alignment( net.rgielen.com4j.office2010.word.WdRowAlignment prop); /** *

* Getter method for the COM property "HeadingFormat" *

* @return Returns a value of type int */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(15) int headingFormat(); /** *

* Setter method for the COM property "HeadingFormat" *

* @param prop Mandatory int parameter. */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(16) void headingFormat( int prop); /** *

* Getter method for the COM property "SpaceBetweenColumns" *

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

* Setter method for the COM property "SpaceBetweenColumns" *

* @param prop Mandatory float parameter. */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(18) void spaceBetweenColumns( 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(19) 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(20) 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(21) 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(22) void heightRule( net.rgielen.com4j.office2010.word.WdRowHeightRule prop); /** *

* Getter method for the COM property "LeftIndent" *

* @return Returns a value of type float */ @DISPID(9) //= 0x9. The runtime will prefer the VTID if present @VTID(23) float leftIndent(); /** *

* Setter method for the COM property "LeftIndent" *

* @param prop Mandatory float parameter. */ @DISPID(9) //= 0x9. The runtime will prefer the VTID if present @VTID(24) void leftIndent( float prop); /** *

* Getter method for the COM property "IsLast" *

* @return Returns a value of type boolean */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(25) boolean isLast(); /** *

* Getter method for the COM property "IsFirst" *

* @return Returns a value of type boolean */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(26) boolean isFirst(); /** *

* Getter method for the COM property "Index" *

* @return Returns a value of type int */ @DISPID(12) //= 0xc. The runtime will prefer the VTID if present @VTID(27) int index(); /** *

* Getter method for the COM property "Cells" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.Cells */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(28) net.rgielen.com4j.office2010.word.Cells cells(); @VTID(28) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.Cells.class}) net.rgielen.com4j.office2010.word.Cell cells( int index); /** *

* 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(29) net.rgielen.com4j.office2010.word.Borders borders(); @VTID(29) @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(30) 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(103) //= 0x67. The runtime will prefer the VTID if present @VTID(31) net.rgielen.com4j.office2010.word.Shading shading(); /** *

* Getter method for the COM property "Next" *

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

* Getter method for the COM property "Previous" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.Row */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(33) net.rgielen.com4j.office2010.word.Row previous(); /** */ @DISPID(65535) //= 0xffff. The runtime will prefer the VTID if present @VTID(34) void select(); /** */ @DISPID(200) //= 0xc8. The runtime will prefer the VTID if present @VTID(35) void delete(); /** * @param leftIndent 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(36) void setLeftIndent( float leftIndent, net.rgielen.com4j.office2010.word.WdRulerStyle rulerStyle); /** * @param rowHeight Mandatory float parameter. * @param heightRule Mandatory net.rgielen.com4j.office2010.word.WdRowHeightRule parameter. */ @DISPID(203) //= 0xcb. The runtime will prefer the VTID if present @VTID(37) void setHeight( float rowHeight, net.rgielen.com4j.office2010.word.WdRowHeightRule heightRule); /** * @param separator Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.word.Range */ @DISPID(16) //= 0x10. The runtime will prefer the VTID if present @VTID(38) net.rgielen.com4j.office2010.word.Range convertToTextOld( @Optional java.lang.Object separator); /** * @param separator Optional parameter. Default value is com4j.Variant.getMissing() * @param nestedTables Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.word.Range */ @DISPID(18) //= 0x12. The runtime will prefer the VTID if present @VTID(39) net.rgielen.com4j.office2010.word.Range convertToText( @Optional java.lang.Object separator, @Optional java.lang.Object nestedTables); /** *

* Getter method for the COM property "NestingLevel" *

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

* Getter method for the COM property "ID" *

* @return Returns a value of type java.lang.String */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(41) java.lang.String id(); /** *

* Setter method for the COM property "ID" *

* @param prop Mandatory java.lang.String parameter. */ @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present @VTID(42) void id( java.lang.String prop); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy