Uses of Class
com.groupdocs.annotation.data.constructor.AnnotationConstructor

Packages that use AnnotationConstructor
com.groupdocs.annotation.data.constructor   
 

Uses of AnnotationConstructor in com.groupdocs.annotation.data.constructor
 

Methods in com.groupdocs.annotation.data.constructor that return AnnotationConstructor
static AnnotationConstructor AnnotationConstructor.create()
          Create empty constructor with entity object
static
<P extends IAnnotation>
AnnotationConstructor<IAnnotation>
AnnotationConstructor.create(P entity)
          Create entity constructor with provided entity object
 AnnotationConstructor AnnotationConstructor.insert()
          Inset entity to database
 AnnotationConstructor AnnotationConstructor.withAccess(int access)
          Set access to entity object
 AnnotationConstructor AnnotationConstructor.withAnnotationLeft(double annotationLeft)
          Set entity left value to entity object
 AnnotationConstructor AnnotationConstructor.withAnnotationSessionId(int annotationSessionId)
          Set entity session ID value to entity object
 AnnotationConstructor AnnotationConstructor.withAnnotationTop(double annotationTop)
          Set entity top value to entity object
 AnnotationConstructor AnnotationConstructor.withCreatedOn(Date createdOn)
          Set created date to entity object
 AnnotationConstructor AnnotationConstructor.withFieldText(String fieldText)
          Set field text to entity object
 AnnotationConstructor AnnotationConstructor.withFontColor(int fontColor)
          Set font color to entity object
 AnnotationConstructor AnnotationConstructor.withFontFamily(String fontFamily)
          Set font family to entity object
 AnnotationConstructor AnnotationConstructor.withFontSize(float fontSize)
          Set font size value to entity object
 AnnotationConstructor AnnotationConstructor.withGuid(String guid)
          Set Guid to entity object
 AnnotationConstructor AnnotationConstructor.withHeight(double height)
          Set height to entity object
 AnnotationConstructor AnnotationConstructor.withId(int id)
          Set ID to entity object
 AnnotationConstructor AnnotationConstructor.withMarkerLeft(double markerLeft)
          Set marker left value to entity object
 AnnotationConstructor AnnotationConstructor.withMarkerTop(double markerTop)
          Set marker top value to entity object
 AnnotationConstructor AnnotationConstructor.withPageNumber(int pageNumber)
          Set page number to entity object
 AnnotationConstructor AnnotationConstructor.withPenColor(int penColor)
          Set pen color to entity object
 AnnotationConstructor AnnotationConstructor.withPenStyle(int penStyle)
          Set pen style to entity object
 AnnotationConstructor AnnotationConstructor.withPenWidth(int penWidth)
          Set pen width to entity object
 AnnotationConstructor AnnotationConstructor.withReplies(List<IReply> replies)
          Set replies to entity object
 AnnotationConstructor AnnotationConstructor.withSvgPath(String svgPath)
          Set svg path to entity object
 AnnotationConstructor AnnotationConstructor.withTextLength(int textLength)
          Set text length to entity object
 AnnotationConstructor AnnotationConstructor.withTextPosition(int textPosition)
          Set text position to entity object
 AnnotationConstructor AnnotationConstructor.withType(int type)
          Set type to entity object
 AnnotationConstructor AnnotationConstructor.withUserId(int userId)
          Set user id to entity object
 AnnotationConstructor AnnotationConstructor.withWidth(double width)
          Set width to entity object
 



Copyright © 2014. All rights reserved.