OKMRest  3.4.1
OpenKM Rest
com.openkm.sdk4csharp.impl.StampImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.StampImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.StampImpl:

Public Member Functions

 StampImpl (String host)
 
void setAuthorizationToken (String authorizationToken)
 
List< StampItemgetAllStamps ()
 getAllStamps More...
 
StampText getStampTextByPk (long id, String uuid)
 getStampTextByPk More...
 
StampImage getStampImageByPk (long id, String uuid)
 getStampImageByPk More...
 
StampCoordinates calculateStampCoordinates (long imgToStampWidth, long imgToStampHeight, long floatingDivWidth, long floatingDivHeight, String exprX, String exprY, String stampType, String stampAlign)
 calculateStampCoordinates More...
 
StampExpressions calculateStampExpressions (long imgToStampWidth, long imgToStampHeight, long posX, long posY)
 calculateStampExpressions More...
 
void stampText (String uuid, String id)
 stampText More...
 
void stampImage (String uuid, String id)
 stampImage More...
 
void stampImageCustom (String uuid, String id, String exprX, String exprY, String range, String personalStampUuid)
 stampImageCustom More...
 
StampImageSize calculateFlyImageDimensions (String uuid, long imgToStampWidth, long imgToStampHeight, long floatingImageWidth, long floatingImageHeight, int pageNumber)
 calculateFlyImageDimensions More...
 
List< DocumentgetPersonalStamps ()
 getPersonalStamps More...
 
StampPersonalImage getPersonalStampImage (String uuid, long id)
 getPersonalStampImage More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url)
 getClient More...
 
RestClient getClient (String url, String user, String password)
 getClient More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.StampImpl.StampImpl ( String  host)

Member Function Documentation

StampImageSize com.openkm.sdk4csharp.impl.StampImpl.calculateFlyImageDimensions ( String  uuid,
long  imgToStampWidth,
long  imgToStampHeight,
long  floatingImageWidth,
long  floatingImageHeight,
int  pageNumber 
)

calculateFlyImageDimensions

Parameters
uuid
imgToStampWidth
imgToStampHeight
floatingImageWidth
floatingImageHeight
pageNumber
Returns
StampImageSize
StampCoordinates com.openkm.sdk4csharp.impl.StampImpl.calculateStampCoordinates ( long  imgToStampWidth,
long  imgToStampHeight,
long  floatingDivWidth,
long  floatingDivHeight,
String  exprX,
String  exprY,
String  stampType,
String  stampAlign 
)

calculateStampCoordinates

Parameters
imgToStampWidth
imgToStampHeight
floatingDivWidth
floatingDivHeight
exprX
exprY
stampType
stampAlign
Returns
StampCoordinates
StampExpressions com.openkm.sdk4csharp.impl.StampImpl.calculateStampExpressions ( long  imgToStampWidth,
long  imgToStampHeight,
long  posX,
long  posY 
)

calculateStampExpressions

Parameters
imgToStampWidth
imgToStampHeight
posX
posY
Returns
StampExpressions
List<StampItem> com.openkm.sdk4csharp.impl.StampImpl.getAllStamps ( )

getAllStamps

Returns
List<StampItem>
StampPersonalImage com.openkm.sdk4csharp.impl.StampImpl.getPersonalStampImage ( String  uuid,
long  id 
)

getPersonalStampImage

Parameters
uuid
id
Returns
StampPersonalImage
List<Document> com.openkm.sdk4csharp.impl.StampImpl.getPersonalStamps ( )

getPersonalStamps

Returns
List<Document>
StampImage com.openkm.sdk4csharp.impl.StampImpl.getStampImageByPk ( long  id,
String  uuid 
)

getStampImageByPk

Parameters
id
uuid
Returns
StampImage
StampText com.openkm.sdk4csharp.impl.StampImpl.getStampTextByPk ( long  id,
String  uuid 
)

getStampTextByPk

Parameters
id
uuid
Returns
StampText
void com.openkm.sdk4csharp.impl.StampImpl.setAuthorizationToken ( String  authorizationToken)
void com.openkm.sdk4csharp.impl.StampImpl.stampImage ( String  uuid,
String  id 
)

stampImage

Parameters
uuid
id
void com.openkm.sdk4csharp.impl.StampImpl.stampImageCustom ( String  uuid,
String  id,
String  exprX,
String  exprY,
String  range,
String  personalStampUuid 
)

stampImageCustom

Parameters
uuid
id
exprX
exprY
range
personalStampUuid
void com.openkm.sdk4csharp.impl.StampImpl.stampText ( String  uuid,
String  id 
)

stampText

Parameters
uuid
id

The documentation for this class was generated from the following file: