public class FieldDdeAuto extends Field
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInsertAsBitmap()
Gets whether to insert the linked object as a bitmap.
|
boolean |
getInsertAsHtml()
Gets whether to insert the linked object as HTML format text.
|
boolean |
getInsertAsPicture()
Gets whether to insert the linked object as a picture.
|
boolean |
getInsertAsRtf()
Gets whether to insert the linked object in rich-text format (RTF).
|
boolean |
getInsertAsText()
Gets whether to insert the linked object in text-only format.
|
boolean |
getInsertAsUnicode()
Gets whether to insert the linked object as Unicode text.
|
java.lang.String |
getProgId()
Gets the application type of the link information.
|
java.lang.String |
getSourceFullName()
Gets the name and location of the source file.
|
java.lang.String |
getSourceItem()
Gets the portion of the source file that's being linked.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
isLinked()
Gets whether to reduce the file size by not storing graphics data with the document.
|
void |
isLinked(boolean value)
Sets whether to reduce the file size by not storing graphics data with the document.
|
void |
setInsertAsBitmap(boolean value)
Sets whether to insert the linked object as a bitmap.
|
void |
setInsertAsHtml(boolean value)
Sets whether to insert the linked object as HTML format text.
|
void |
setInsertAsPicture(boolean value)
Sets whether to insert the linked object as a picture.
|
void |
setInsertAsRtf(boolean value)
Sets whether to insert the linked object in rich-text format (RTF).
|
void |
setInsertAsText(boolean value)
Sets whether to insert the linked object in text-only format.
|
void |
setInsertAsUnicode(boolean value)
Sets whether to insert the linked object as Unicode text.
|
void |
setProgId(java.lang.String value)
Sets the application type of the link information.
|
void |
setSourceFullName(java.lang.String value)
Sets the name and location of the source file.
|
void |
setSourceItem(java.lang.String value)
Sets the portion of the source file that's being linked.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getProgId()
public void setProgId(java.lang.String value)
throws java.lang.Exception
value - The application type of the link information.java.lang.Exceptionpublic java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
throws java.lang.Exception
value - The name and location of the source file.java.lang.Exceptionpublic java.lang.String getSourceItem()
public void setSourceItem(java.lang.String value)
throws java.lang.Exception
value - The portion of the source file that's being linked.java.lang.Exceptionpublic boolean getInsertAsBitmap()
public void setInsertAsBitmap(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object as a bitmap.java.lang.Exceptionpublic boolean isLinked()
public void isLinked(boolean value)
throws java.lang.Exception
value - Whether to reduce the file size by not storing graphics data with the document.java.lang.Exceptionpublic boolean getInsertAsHtml()
public void setInsertAsHtml(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object as HTML format text.java.lang.Exceptionpublic boolean getInsertAsPicture()
public void setInsertAsPicture(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object as a picture.java.lang.Exceptionpublic boolean getInsertAsRtf()
public void setInsertAsRtf(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object in rich-text format (RTF).java.lang.Exceptionpublic boolean getInsertAsText()
public void setInsertAsText(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object in text-only format.java.lang.Exceptionpublic boolean getInsertAsUnicode()
public void setInsertAsUnicode(boolean value)
throws java.lang.Exception
value - Whether to insert the linked object as Unicode text.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)