ISimpleNote Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ISimpleNote.

Public Properties

 NameDescription
 PropertyAngleGets or sets the text insertion angle of the SimpleNote.  
 PropertyBackwardsGets or sets whether a mirror image of the SimpleNote text is displayed.  
 PropertyColorGets or sets the LineColor of this SimpleNote.  
 PropertyContentsGets or sets the text of the SimpleNote.  
 PropertyErasedGets or sets whether to erase or restore the SimpleNote.  
 PropertyHandleGets the value of the handle for the SimpleNote.  
 PropertyHeightGets or sets the height of the text of the SimpleNote.  
 PropertyJustifyGets or sets the justification of the SimpleNote.  
 PropertyLayerGets or sets the name of the Layer of the SimpleNote.  
 PropertyLineScaleGets or sets the scale factor for the SimpleNote's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the SimpleNote.  
 PropertyLineWeightGets or sets the LineWeight for the SimpleNote.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this SimpleNote.  
 PropertyRotationGets or sets the rotation angle of the SimpleNote.  
 PropertySpacingGets or sets the aspect ratio (the width of the characters in relation to the height) of the SimpleNote.  
 PropertyTextStyleGets or sets the name of TextStyle of the SimpleNote.  
 PropertyThicknessGets or sets the thickness of this SimpleNote.  
 PropertyTransparencyGets or sets the transparency object for this SimpleNote.  
 PropertyUpsideDownGets or sets whether the SimpleNote is displayed upside down.  
 PropertyVisible

Gets or sets whether to show the SimpleNote in the drawing.

 
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the SimpleNote.  
 MethodDeleteCustomDataDeletes the specified custom data from the SimpleNote.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the SimpleNote.  
 MethodGetAlignmentPointGets the alignment point of the SimpleNote.  
 MethodGetBoundingBoxGets the bounding box enclosing the SimpleNote.  
 MethodGetCustomDataGets the specified custom data for the SimpleNote.  
 MethodGetExtensionDictionaryGets the dictionary for the SimpleNote.  
 MethodGetHyperLinkGets the hyperlink attached to the SimpleNote.  
 MethodGetNormalGets the vector normal to this SimpleNote.  
 MethodGetPositionGets the position of the SimpleNote.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the SimpleNote, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected SimpleNote to or from the current selection set.  
 MethodSetAlignmentPointSets the alignment point for the SimpleNote.  
 MethodSetCustomDataSets the custom data for the SimpleNote.  
 MethodSetHyperLinkAttaches a hyperlink to the SimpleNote.  
 MethodSetNormalSets the vector normal to this SimpleNote.  
 MethodSetPositionSets the position for the SimpleNote.  
Top

See Also