Interface ITextEditorElementHandler
  
  
  
  
  Properties
  
  
  
  textEditorDiv
  
  
  Declaration
  
    textEditorDiv: HTMLElement;
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | HTMLElement |  | 
    
  
  
  
  textEditorInnerDiv
  
  
  Declaration
  
    textEditorInnerDiv: HTMLElement;
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | HTMLElement |  | 
    
  
  Methods
  
  
  
  addTextEditorStyles(css)
  
  
  Declaration
  
    addTextEditorStyles(css: string): void;
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | css |  | 
    
  
  Returns
  
  
  
  getTextEditorFormattedText()
  
  
  Declaration
  
    getTextEditorFormattedText(): string;
   
  Returns
  
  
  
  hideTextEditor()
  
  
  Declaration
  
  Returns
  
  
  
  showTextEditor(rectangle, textAlignment, html, borderWidth, borderColor, fillColor, opacity, verticalAlignment, isVertical)
  
  
  Declaration
  
    showTextEditor(rectangle: RotatedRectangleF, textAlignment: TextAlignment, html: string, borderWidth: number, borderColor: string, fillColor: string, opacity: number, verticalAlignment: TextVerticalAlignment, isVertical: boolean): void;
   
  Parameters
  
  Returns