Package org.fugerit.java.doc.base.model
Class DocNbsp
- java.lang.Object
-
- org.fugerit.java.doc.base.model.DocElement
-
- org.fugerit.java.doc.base.model.DocPhrase
-
- org.fugerit.java.doc.base.model.DocNbsp
-
- All Implemented Interfaces:
Serializable
,DocStyle
public class DocNbsp extends DocPhrase
- Author:
- mfranci
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TAG_NAME
-
Fields inherited from class org.fugerit.java.doc.base.model.DocElement
ELEMENT_TYPE_PARAGRAPH, ELEMENT_TYPE_TABLE, ELEMENT_TYPE_TABLECELL, ELEMENT_TYPE_TABLEROW, STRING_0, STRING_1, UNSET
-
-
Constructor Summary
Constructors Constructor Description DocNbsp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
setLength(int length)
String
toString()
-
Methods inherited from class org.fugerit.java.doc.base.model.DocPhrase
getAnchor, getBackColor, getFontName, getForeColor, getInternalLink, getLeading, getLink, getOriginalStyle, getSize, getStyle, getText, getWhiteSpaceCollapse, isInternal, setAnchor, setBackColor, setFontName, setForeColor, setLeading, setLink, setOriginalStyle, setSize, setStyle, setText, setWhiteSpaceCollapse
-
Methods inherited from class org.fugerit.java.doc.base.model.DocElement
getId, setId
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-