public interface OfficeSourceInstanceContext
OfficeSourceInstance
.Modifier and Type | Method and Description |
---|---|
void |
setErrorMessage(String message)
Specifies an error message.
|
void |
setOfficeLoaded(boolean isOfficeLoaded)
Flags if
OfficeType is loaded. |
void |
setTitle(String title)
Specifies the title.
|
void setTitle(String title)
title
- Title.void setErrorMessage(String message)
message
- Error message or null
to indicate no error.void setOfficeLoaded(boolean isOfficeLoaded)
OfficeType
is loaded.isOfficeLoaded
- true
OfficeType
loaded.Copyright © 2005–2016. All rights reserved.