Squeak Class Documentation category index | class index  
 
TextIndent
  category: Collections-Text
  superclass: TextAttribute
  subclasses:

create a hanging indent.

instance methods
  access
  amount
amount:

  condensing
  dominates:

  printing
  printOn:

  setting indentation
  emphasizeScanner:

class methods
  example
  example

  instance creation
  amount:
tabs:

instance methods
  access top  
 

amount

number of tab spaces to indent by


 

amount:

change the number of tabs to indent by


  condensing top  
 

dominates:

Subclasses may override condense multiple attributes


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  setting indentation top  
 

emphasizeScanner:

Subclasses may override to set, eg, font, color, etc


class methods
  example top  
 

example

TextIndent example


  instance creation top  
 

amount:

create a TextIndent which will indent by the given amount. Currently this is a number of tabs, but may change in the futur


 

tabs:

create an indentation by the given number of tabs