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

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

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

import com4j.*;

@IID("{000209E3-0000-0000-C000-000000000046}")
public interface DefaultWebOptions extends Com4jObject {
  // Methods:
  /**
   * 

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

* Getter method for the COM property "OptimizeForBrowser" *

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

* Setter method for the COM property "OptimizeForBrowser" *

* @param prop Mandatory boolean parameter. */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(11) void optimizeForBrowser( boolean prop); /** *

* Getter method for the COM property "BrowserLevel" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdBrowserLevel */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.word.WdBrowserLevel browserLevel(); /** *

* Setter method for the COM property "BrowserLevel" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdBrowserLevel parameter. */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(13) void browserLevel( net.rgielen.com4j.office2010.word.WdBrowserLevel prop); /** *

* Getter method for the COM property "RelyOnCSS" *

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

* Setter method for the COM property "RelyOnCSS" *

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

* Getter method for the COM property "OrganizeInFolder" *

* @return Returns a value of type boolean */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(16) boolean organizeInFolder(); /** *

* Setter method for the COM property "OrganizeInFolder" *

* @param prop Mandatory boolean parameter. */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(17) void organizeInFolder( boolean prop); /** *

* Getter method for the COM property "UpdateLinksOnSave" *

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

* Setter method for the COM property "UpdateLinksOnSave" *

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

* Getter method for the COM property "UseLongFileNames" *

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

* Setter method for the COM property "UseLongFileNames" *

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

* Getter method for the COM property "CheckIfOfficeIsHTMLEditor" *

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

* Setter method for the COM property "CheckIfOfficeIsHTMLEditor" *

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

* Getter method for the COM property "CheckIfWordIsDefaultHTMLEditor" *

* @return Returns a value of type boolean */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(24) boolean checkIfWordIsDefaultHTMLEditor(); /** *

* Setter method for the COM property "CheckIfWordIsDefaultHTMLEditor" *

* @param prop Mandatory boolean parameter. */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(25) void checkIfWordIsDefaultHTMLEditor( boolean prop); /** *

* Getter method for the COM property "RelyOnVML" *

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

* Setter method for the COM property "RelyOnVML" *

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

* Getter method for the COM property "AllowPNG" *

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

* Setter method for the COM property "AllowPNG" *

* @param prop Mandatory boolean parameter. */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(29) void allowPNG( boolean prop); /** *

* Getter method for the COM property "ScreenSize" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoScreenSize */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(30) net.rgielen.com4j.office2010.office.MsoScreenSize screenSize(); /** *

* Setter method for the COM property "ScreenSize" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoScreenSize parameter. */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(31) void screenSize( net.rgielen.com4j.office2010.office.MsoScreenSize prop); /** *

* Getter method for the COM property "PixelsPerInch" *

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

* Setter method for the COM property "PixelsPerInch" *

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

* Getter method for the COM property "Encoding" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoEncoding */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(34) net.rgielen.com4j.office2010.office.MsoEncoding encoding(); /** *

* Setter method for the COM property "Encoding" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoEncoding parameter. */ @DISPID(13) //= 0xd. The runtime will prefer the VTID if present @VTID(35) void encoding( net.rgielen.com4j.office2010.office.MsoEncoding prop); /** *

* Getter method for the COM property "AlwaysSaveInDefaultEncoding" *

* @return Returns a value of type boolean */ @DISPID(14) //= 0xe. The runtime will prefer the VTID if present @VTID(36) boolean alwaysSaveInDefaultEncoding(); /** *

* Setter method for the COM property "AlwaysSaveInDefaultEncoding" *

* @param prop Mandatory boolean parameter. */ @DISPID(14) //= 0xe. The runtime will prefer the VTID if present @VTID(37) void alwaysSaveInDefaultEncoding( boolean prop); /** *

* Getter method for the COM property "Fonts" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.WebPageFonts */ @DISPID(15) //= 0xf. The runtime will prefer the VTID if present @VTID(38) net.rgielen.com4j.office2010.office.WebPageFonts fonts(); @VTID(38) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.WebPageFonts.class}) net.rgielen.com4j.office2010.office.WebPageFont fonts( net.rgielen.com4j.office2010.office.MsoCharacterSet index); /** *

* Getter method for the COM property "FolderSuffix" *

* @return Returns a value of type java.lang.String */ @DISPID(16) //= 0x10. The runtime will prefer the VTID if present @VTID(39) java.lang.String folderSuffix(); /** *

* Getter method for the COM property "TargetBrowser" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTargetBrowser */ @DISPID(17) //= 0x11. The runtime will prefer the VTID if present @VTID(40) net.rgielen.com4j.office2010.office.MsoTargetBrowser targetBrowser(); /** *

* Setter method for the COM property "TargetBrowser" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTargetBrowser parameter. */ @DISPID(17) //= 0x11. The runtime will prefer the VTID if present @VTID(41) void targetBrowser( net.rgielen.com4j.office2010.office.MsoTargetBrowser prop); /** *

* Getter method for the COM property "SaveNewWebPagesAsWebArchives" *

* @return Returns a value of type boolean */ @DISPID(18) //= 0x12. The runtime will prefer the VTID if present @VTID(42) boolean saveNewWebPagesAsWebArchives(); /** *

* Setter method for the COM property "SaveNewWebPagesAsWebArchives" *

* @param prop Mandatory boolean parameter. */ @DISPID(18) //= 0x12. The runtime will prefer the VTID if present @VTID(43) void saveNewWebPagesAsWebArchives( boolean prop); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy