Class TextWhizzParagraphStyle
  
  
  
  
  Constructors
  
  
  
  (constructor)(textWhizz, style)
  Constructs a new instance of the TextWhizzParagraphStyle class
Declaration
  
    constructor(textWhizz: typeof TextWhizz, style?: IParagraphStyle);
   
  Parameters
  
  Properties
  
  
  
  alignment
  
  
  Declaration
  
    alignment?: TextAlignment;
   
  Property Value
  
  
  
  bulletCharCode
  
  
  Declaration
  
  Property Value
  
  
  
  firstLineIndent
  
  
  Declaration
  
    firstLineIndent?: number;
   
  Property Value
  
  
  
  leftIndent
  
  
  Declaration
  
  Property Value
  
  
  
  level
  
  
  Declaration
  
  Property Value
  
  
  
  listType
  
  
  Declaration
  
  Property Value
  
  
  
  numberingFormat
  
  
  Declaration
  
    numberingFormat?: NumberingFormatType;
   
  Property Value
  
  
  
  numberingMode
  
  
  Declaration
  
    numberingMode?: NumberingModeType;
   
  Property Value
  
  
  
  rightIndent
  
  
  Declaration
  
  Property Value
  
  
  
  spaceAfter
  
  
  Declaration
  
  Property Value
  
  
  
  spaceBefore
  
  
  Declaration
  
  Property Value
  
  
  
  startNumber
  
  
  Declaration
  
  Property Value
  
  
  
  tabOffset
  
  
  Declaration
  
  Property Value
  
  Methods
  
  
  
  patchToEntry(destination)
  
  
  Declaration
  
    patchToEntry(destination: TextWhizz.ParagraphStyle): TextWhizz.ParagraphStyle;
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | TextWhizz.ParagraphStyle | destination |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | TextWhizz.ParagraphStyle |  | 
    
  
  
  
  setEntry(style)
  
  
  Declaration
  
    setEntry(style: TextWhizz.ParagraphStyle): void;
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | TextWhizz.ParagraphStyle | style |  | 
    
  
  Returns