Uses of Class
de.betabeans.scroogexhtml.converter.CharacterProperties

Packages that use CharacterProperties
de.betabeans.scroogexhtml.converter Provides the main converter classes. 
de.betabeans.scroogexhtml.dom Provides a light-weight 'document object model'. 
de.betabeans.scroogexhtml.translator Provides a generic document translator. 
 

Uses of CharacterProperties in de.betabeans.scroogexhtml.converter
 

Methods in de.betabeans.scroogexhtml.converter that return CharacterProperties
 CharacterProperties CharacterProperties.cloneAll()
          Create a deep copy of the given object.
 CharacterProperties Writer.getCharacterProperties()
           
 CharacterProperties DOMWriter.getCharacterProperties()
           
 

Methods in de.betabeans.scroogexhtml.converter with parameters of type CharacterProperties
 void CharacterProperties.copyFrom(CharacterProperties acp)
          Copy all character properties from an existing instance.
 void Writer.popCharacterProperties(CharacterProperties newValue)
           
 void DOMWriter.popCharacterProperties(CharacterProperties newCharProps)
           
 

Uses of CharacterProperties in de.betabeans.scroogexhtml.dom
 

Methods in de.betabeans.scroogexhtml.dom that return CharacterProperties
 CharacterProperties FormattedText.getCP()
          Gets the character properties.
 

Methods in de.betabeans.scroogexhtml.dom with parameters of type CharacterProperties
 void Document.setTextProperties(CharacterProperties cp)
          Set the current text element properties.
protected  void FormattedText.setTextProperties(CharacterProperties acp)
          set the text properties of the text object.
 

Uses of CharacterProperties in de.betabeans.scroogexhtml.translator
 

Methods in de.betabeans.scroogexhtml.translator with parameters of type CharacterProperties
 java.lang.String Translator.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format a String using the given CharacterProperties.
 java.lang.String XHTML10Strict.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format a String using the given CharacterProperties.
 java.lang.String XHTML10Transitional.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format a String using the given CharacterProperties.
 java.lang.String HTML401Strict.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format a String using the given CharacterProperties.
 java.lang.String HTML401Transitional.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format a String using the given CharacterProperties.
 java.lang.String PlainText.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Format.
 java.lang.String XHTMLBasic10.formatElement(java.lang.String text, CharacterProperties cp, ParagraphProperties pp)
          Return formatted text string.
static java.lang.String Stylesheet.getCharacterStyles(ParagraphProperties pp, CharacterProperties cp, boolean transitional, byte fontSizeUnit)
          Returns the character styles value.
 



Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.