Class Annotations.PopupAnnotation
				
				
Extends
					Annotations.Annotation.
				
			
				Represents a popup note on an annotation
				
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Creates a new instance of PopupAnnotation. 
						 | 
					
- Fields borrowed from class Annotations.Annotation:
 - Author, Custom, DateModified, elementName, Height, Hidden, Id, IsAdded, IsDeleted, IsModified, NoMove, NoResize, NoRotate, NoZoom, PageNumber, Subject, Width, X, Y
 
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 isOpen()
								 
								Whether the popup is open or not 
							 | 
						|
| 
								 setOpen(isOpen)
								 
								Set whether the popup is open or not 
							 | 
						
- Methods borrowed from class Annotations.Annotation:
 - adjustRect, deserialize, draw, GetBottom, getContents, GetCustom, getFlag, GetHeight, GetLeft, GetPageNumber, GetPopupComment, getRect, getRectPadding, getReplies, GetRight, GetTop, GetWidth, GetX, GetY, isReply, resize, serialize, setContents, SetCustom, setFlag, SetHeight, SetPageNumber, SetPopupComment, setRect, SetWidth, SetX, SetY
 
					Method Detail
				
				
					 
					
					
					{boolean}
					isOpen()
					
					
					
						Whether the popup is open or not
						
						
					
					
					
					
						
						
						
						
						
							- Returns:
 - {boolean}
 
					
					
					setOpen(isOpen)
					
					
					
						Set whether the popup is open or not
						
						
					
					
					
					
						
							- Parameters:
 - {boolean} isOpen
 - The new value for the popup's openedness
 
