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

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

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

import com4j.*;

@IID("{00020959-0000-0000-C000-000000000046}")
public interface Section 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 "PageSetup" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.PageSetup */ @DISPID(1101) //= 0x44d. The runtime will prefer the VTID if present @VTID(11) net.rgielen.com4j.office2010.word.PageSetup pageSetup(); /** *

* Setter method for the COM property "PageSetup" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.PageSetup parameter. */ @DISPID(1101) //= 0x44d. The runtime will prefer the VTID if present @VTID(12) void pageSetup( net.rgielen.com4j.office2010.word.PageSetup prop); /** *

* Getter method for the COM property "Headers" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.HeadersFooters */ @DISPID(121) //= 0x79. The runtime will prefer the VTID if present @VTID(13) net.rgielen.com4j.office2010.word.HeadersFooters headers(); @VTID(13) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.HeadersFooters.class}) net.rgielen.com4j.office2010.word.HeaderFooter headers( net.rgielen.com4j.office2010.word.WdHeaderFooterIndex index); /** *

* Getter method for the COM property "Footers" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.HeadersFooters */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.word.HeadersFooters footers(); @VTID(14) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.HeadersFooters.class}) net.rgielen.com4j.office2010.word.HeaderFooter footers( net.rgielen.com4j.office2010.word.WdHeaderFooterIndex index); /** *

* Getter method for the COM property "ProtectedForForms" *

* @return Returns a value of type boolean */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(15) boolean protectedForForms(); /** *

* Setter method for the COM property "ProtectedForForms" *

* @param prop Mandatory boolean parameter. */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(16) void protectedForForms( boolean prop); /** *

* Getter method for the COM property "Index" *

* @return Returns a value of type int */ @DISPID(124) //= 0x7c. The runtime will prefer the VTID if present @VTID(17) 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(18) net.rgielen.com4j.office2010.word.Borders borders(); @VTID(18) @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(19) void borders( net.rgielen.com4j.office2010.word.Borders prop); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy