Uses of Class
com.arctorus.documents.TextFormat

Packages that use TextFormat
com.arctorus.documents   
 

Uses of TextFormat in com.arctorus.documents
 

Methods in com.arctorus.documents that return TextFormat
 TextFormat Run.getTextFormat()
          Get format of a text in a run.
 

Methods in com.arctorus.documents with parameters of type TextFormat
 void Run.setTextFormat(TextFormat textFormat)
          Set format of a text in a run.