NL
Constructor and Description |
---|
ImagePart(OfficeOpenXmlDocument inParentDoc,
InputStream inStream,
String inName) |
ImagePart(OfficeOpenXmlDocument inParentDoc,
InputStream inStream,
String inName,
GfxSize2D inDimensions) |
Modifier and Type | Method and Description |
---|---|
Float |
getScalingFactor()
Returns the scaling factor that was used (for informational purposes).
|
ImagePart |
setScalingFactor(float inValue)
Specifies the scaling factor that was used (for informational purposes).
|
getDescription, getDimensions, getFile, getTitle, setDescription, setDimensions, setTitle, write
clone, getOrCreateSubtag, getParentDoc, setFile, setParentDoc, toString
setDoctype, setEncoding, setIsStandalone, setName, setSpec
getDoctype, getEncoding, getHeader, getRootNode, getTagReader, getTopLevelComments, isConstructedContent, name, prepareForOutput, replaceCharacterEntities, setRootNode, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, toXML
public ImagePart(OfficeOpenXmlDocument inParentDoc, InputStream inStream, String inName)
public ImagePart(OfficeOpenXmlDocument inParentDoc, InputStream inStream, String inName, GfxSize2D inDimensions)
public ImagePart setScalingFactor(float inValue)
inValue
- the scaling factor used to adjust the displayed image sizepublic Float getScalingFactor()
jataylor@hairyfatguy.com