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

Packages that use ParagraphProperties
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 ParagraphProperties in de.betabeans.scroogexhtml.converter
 

Methods in de.betabeans.scroogexhtml.converter that return ParagraphProperties
 ParagraphProperties ParagraphProperties.cloneAll()
          Get a clone of the object.
 ParagraphProperties Writer.getParagraphProperties()
           
 ParagraphProperties DOMWriter.getParagraphProperties()
           
 

Methods in de.betabeans.scroogexhtml.converter with parameters of type ParagraphProperties
 void ParagraphProperties.copyFrom(ParagraphProperties app)
          Copy all neccessary paragraph properties.
 void Writer.popParagraphProperties(ParagraphProperties newValue)
           
 void DOMWriter.popParagraphProperties(ParagraphProperties newValue)
           
 

Uses of ParagraphProperties in de.betabeans.scroogexhtml.dom
 

Methods in de.betabeans.scroogexhtml.dom that return ParagraphProperties
 ParagraphProperties Paragraph.getPp()
          Returns the ParagraphProperties value.
 

Methods in de.betabeans.scroogexhtml.dom with parameters of type ParagraphProperties
 void Document.setParProperties(ParagraphProperties pp)
          Set the current paragraph properties.
protected  void Paragraph.setParProperties(ParagraphProperties app)
          Sets the paragraph properties.
 

Uses of ParagraphProperties in de.betabeans.scroogexhtml.translator
 

Methods in de.betabeans.scroogexhtml.translator with parameters of type ParagraphProperties
 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.
static java.lang.String Stylesheet.getIndentAndDirectionStyle(ParagraphProperties pp)
          Builds a CSS style string which represents the margins and text direction of the paragraph object.
 java.lang.String Translator.getParagraphStyle(ParagraphProperties pp)
          Adds formatting tags to the paragraph.
 java.lang.String CustomTranslator.getParagraphStyle(ParagraphProperties pp)
          Build the CSS definition for the given paragraph properties.
 java.lang.String PlainText.getParagraphStyle(ParagraphProperties pp)
          Empty.
 java.lang.String XHTMLBasic10.getParagraphStyle(ParagraphProperties pp)
          Gets the paragraphStyle attribute of the XHTMLBasic10 object.
 



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