public class FieldIncludePicture 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.
|
boolean |
getResizeHorizontally()
Gets whether to resize the picture horizontally from the source.
|
boolean |
getResizeVertically()
Gets whether to resize the picture vertically from the source.
|
java.lang.String |
getSourceFullName()
Gets the location of the picture using an IRI.
|
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 |
setResizeHorizontally(boolean value)
Sets whether to resize the picture horizontally from the source.
|
void |
setResizeVertically(boolean value)
Sets whether to resize the picture vertically from the source.
|
void |
setSourceFullName(java.lang.String value)
Sets the location of the picture using an IRI.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic int getSwitchType(java.lang.String switchName)
public java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
throws java.lang.Exception
value - The location of the picture using an IRI.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 boolean getResizeHorizontally()
public void setResizeHorizontally(boolean value)
throws java.lang.Exception
value - Whether to resize the picture horizontally from the source.java.lang.Exceptionpublic boolean getResizeVertically()
public void setResizeVertically(boolean value)
throws java.lang.Exception
value - Whether to resize the picture vertically from the source.java.lang.Exception