public class FieldImport extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphicFilter()
Gets the name of the filter for the format of the graphic that is to be inserted.
|
java.lang.String |
getSourceFullName()
Gets the location of the picture.
|
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 |
setGraphicFilter(java.lang.String value)
Sets the name of the filter for the format of the graphic that is to be inserted.
|
void |
setSourceFullName(java.lang.String value)
Sets the location of the picture.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
throws java.lang.Exception
value - The location of the picture.java.lang.Exceptionpublic java.lang.String getGraphicFilter()
public void setGraphicFilter(java.lang.String value)
throws java.lang.Exception
value - The name of the filter for the format of the graphic that is to be inserted.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 int getSwitchType(java.lang.String switchName)