|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILoadOptions
Method Summary | |
---|---|
java.lang.String |
getDefaultAsianFont()
Returns or sets Asian font used in case source font is not found. |
java.lang.String |
getDefaultRegularFont()
Returns or sets Regular font used in case source font is not found. |
java.lang.String |
getDefaultSymbolFont()
Returns or sets Symbol font used in case source font is not found. |
int |
getLoadFormat()
Returns or sets format of a presentation to load. |
boolean |
getOnlyLoadDocumentProperties()
This property makes sense, if presentation file is password protected. |
java.lang.String |
getPassword()
Gets or sets the password. |
IWarningCallback |
getWarningCallback()
Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. |
void |
setDefaultAsianFont(java.lang.String value)
Returns or sets Asian font used in case source font is not found. |
void |
setDefaultRegularFont(java.lang.String value)
Returns or sets Regular font used in case source font is not found. |
void |
setDefaultSymbolFont(java.lang.String value)
Returns or sets Symbol font used in case source font is not found. |
void |
setLoadFormat(int value)
Returns or sets format of a presentation to load. |
void |
setOnlyLoadDocumentProperties(boolean value)
This property makes sense, if presentation file is password protected. |
void |
setPassword(java.lang.String value)
Gets or sets the password. |
void |
setWarningCallback(IWarningCallback value)
Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. |
Method Detail |
---|
int getLoadFormat()
Returns or sets format of a presentation to load.
Read/write LoadFormat
.
void setLoadFormat(int value)
Returns or sets format of a presentation to load.
Read/write LoadFormat
.
java.lang.String getDefaultRegularFont()
Returns or sets Regular font used in case source font is not found.
Read/write String
void setDefaultRegularFont(java.lang.String value)
Returns or sets Regular font used in case source font is not found.
Read/write String
java.lang.String getDefaultSymbolFont()
Returns or sets Symbol font used in case source font is not found.
Read/write String
void setDefaultSymbolFont(java.lang.String value)
Returns or sets Symbol font used in case source font is not found.
Read/write String
java.lang.String getDefaultAsianFont()
Returns or sets Asian font used in case source font is not found.
Read/write String
void setDefaultAsianFont(java.lang.String value)
Returns or sets Asian font used in case source font is not found.
Read/write String
java.lang.String getPassword()
Gets or sets the password.
The password.
void setPassword(java.lang.String value)
Gets or sets the password.
The password.
boolean getOnlyLoadDocumentProperties()
This property makes sense, if presentation file is password protected.
Value of true means that only document properties must be loaded from an encrypted
presentation file and password must be ignored.
Value of false means that entire encrypted presentation must be loaded with use of right
password.
If presentation isn't encrypted then property value is always ignored.
If document properties of an encrypted file aren't public and property value is true then
document properties cannot be loaded and exception will be thrown.
Read/write boolean
void setOnlyLoadDocumentProperties(boolean value)
This property makes sense, if presentation file is password protected.
Value of true means that only document properties must be loaded from an encrypted
presentation file and password must be ignored.
Value of false means that entire encrypted presentation must be loaded with use of right
password.
If presentation isn't encrypted then property value is always ignored.
If document properties of an encrypted file aren't public and property value is true then
document properties cannot be loaded and exception will be thrown.
Read/write boolean
IWarningCallback getWarningCallback()
Returns or sets an object which receives warnings and decides whether loading
process will continue or will be aborted.
Read/write IWarningCallback
.
void setWarningCallback(IWarningCallback value)
Returns or sets an object which receives warnings and decides whether loading
process will continue or will be aborted.
Read/write IWarningCallback
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |