public interface _ThumbnailOperationsNC extends _IObjectOperationsNC
Modifier and Type | Method and Description |
---|---|
RString |
getMimeType() |
Pixels |
getPixels() |
RString |
getRef() |
RInt |
getSizeX() |
RInt |
getSizeY() |
RInt |
getVersion() |
void |
setMimeType(RString theMimeType) |
void |
setPixels(Pixels thePixels) |
void |
setRef(RString theRef) |
void |
setSizeX(RInt theSizeX) |
void |
setSizeY(RInt theSizeY) |
void |
setVersion(RInt theVersion) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion()
void setVersion(RInt theVersion)
Pixels getPixels()
void setPixels(Pixels thePixels)
RString getMimeType()
void setMimeType(RString theMimeType)
RInt getSizeX()
void setSizeX(RInt theSizeX)
RInt getSizeY()
void setSizeY(RInt theSizeY)
RString getRef()
void setRef(RString theRef)