Package net.webpdf.wsclient.openapi
Class ApplicationConfigOfficeBridge
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigOfficeBridge
-
public class ApplicationConfigOfficeBridge extends Object
Defines the settings for the MS Office Bridge. The Office Bridge can be used as an alternative (to the built-in conversion) for converting Office documents. The Office Bridge requires a local installation of MS Office on the server and works only on Windows.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLEDstatic StringJSON_PROPERTY_EXCELstatic StringJSON_PROPERTY_POWER_POINTstatic StringJSON_PROPERTY_SHOW_MESSAGES_ON_DEBUG_VIEWstatic StringJSON_PROPERTY_USE_EXCELstatic StringJSON_PROPERTY_USE_POWER_POINTstatic StringJSON_PROPERTY_USE_VISIOstatic StringJSON_PROPERTY_USE_WORDstatic StringJSON_PROPERTY_VISIOstatic StringJSON_PROPERTY_WORD
-
Constructor Summary
Constructors Constructor Description ApplicationConfigOfficeBridge()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXCEL
public static final String JSON_PROPERTY_EXCEL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POWER_POINT
public static final String JSON_PROPERTY_POWER_POINT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHOW_MESSAGES_ON_DEBUG_VIEW
public static final String JSON_PROPERTY_SHOW_MESSAGES_ON_DEBUG_VIEW
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USE_EXCEL
public static final String JSON_PROPERTY_USE_EXCEL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USE_POWER_POINT
public static final String JSON_PROPERTY_USE_POWER_POINT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USE_VISIO
public static final String JSON_PROPERTY_USE_VISIO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USE_WORD
public static final String JSON_PROPERTY_USE_WORD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VISIO
public static final String JSON_PROPERTY_VISIO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WORD
public static final String JSON_PROPERTY_WORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public ApplicationConfigOfficeBridge enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
If enabled, then the MS Office bridge is activated.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
excel
public ApplicationConfigOfficeBridge excel(ApplicationConfigOfficeBridgeApp excel)
-
getExcel
@Nullable public @Nullable ApplicationConfigOfficeBridgeApp getExcel()
Get excel- Returns:
- excel
-
setExcel
public void setExcel(ApplicationConfigOfficeBridgeApp excel)
-
powerPoint
public ApplicationConfigOfficeBridge powerPoint(ApplicationConfigOfficeBridgeApp powerPoint)
-
getPowerPoint
@Nullable public @Nullable ApplicationConfigOfficeBridgeApp getPowerPoint()
Get powerPoint- Returns:
- powerPoint
-
setPowerPoint
public void setPowerPoint(ApplicationConfigOfficeBridgeApp powerPoint)
-
showMessagesOnDebugView
public ApplicationConfigOfficeBridge showMessagesOnDebugView(Boolean showMessagesOnDebugView)
-
getShowMessagesOnDebugView
@Nullable public @Nullable Boolean getShowMessagesOnDebugView()
If enabled, then all debug messages of the Office Bridge will be visible in the Windows application [\"SysInternals DebugView\"](https://docs.microsoft.com/en-us/sysinternals/downloads/debugview)- Returns:
- showMessagesOnDebugView
-
setShowMessagesOnDebugView
public void setShowMessagesOnDebugView(Boolean showMessagesOnDebugView)
-
useExcel
public ApplicationConfigOfficeBridge useExcel(Boolean useExcel)
-
getUseExcel
@Nullable public @Nullable Boolean getUseExcel()
If enabled, then MS Excel is usable via the Office bridge.- Returns:
- useExcel
-
setUseExcel
public void setUseExcel(Boolean useExcel)
-
usePowerPoint
public ApplicationConfigOfficeBridge usePowerPoint(Boolean usePowerPoint)
-
getUsePowerPoint
@Nullable public @Nullable Boolean getUsePowerPoint()
If enabled, then MS PowerPoint is usable via the Office bridge.- Returns:
- usePowerPoint
-
setUsePowerPoint
public void setUsePowerPoint(Boolean usePowerPoint)
-
useVisio
public ApplicationConfigOfficeBridge useVisio(Boolean useVisio)
-
getUseVisio
@Nullable public @Nullable Boolean getUseVisio()
If enabled, then MS Visio is usable via the Office bridge.- Returns:
- useVisio
-
setUseVisio
public void setUseVisio(Boolean useVisio)
-
useWord
public ApplicationConfigOfficeBridge useWord(Boolean useWord)
-
getUseWord
@Nullable public @Nullable Boolean getUseWord()
If enabled, then MS Word is usable via the Office bridge.- Returns:
- useWord
-
setUseWord
public void setUseWord(Boolean useWord)
-
visio
public ApplicationConfigOfficeBridge visio(ApplicationConfigOfficeBridgeApp visio)
-
getVisio
@Nullable public @Nullable ApplicationConfigOfficeBridgeApp getVisio()
Get visio- Returns:
- visio
-
setVisio
public void setVisio(ApplicationConfigOfficeBridgeApp visio)
-
word
public ApplicationConfigOfficeBridge word(ApplicationConfigOfficeBridgeApp word)
-
getWord
@Nullable public @Nullable ApplicationConfigOfficeBridgeApp getWord()
Get word- Returns:
- word
-
setWord
public void setWord(ApplicationConfigOfficeBridgeApp word)
-
-