Package com.iizix.text
Class KStringStyled
- java.lang.Object
- com.iizix.text.KString
- com.iizix.text.KStringStyled
Nested Class Summary
Nested classes/interfaces inherited from class com.iizix.text.KString
KString.Type
Constructor Summary
Constructors Constructor Description KStringStyled(KString.Type type, java.lang.String inputString, boolean usesTagProcessing, java.util.ArrayList<KStringStyleRange> styleRanges)
Constructor.
Method Summary
Methods inherited from class com.iizix.text.KString
clone, compareTo, createKString, createKStringForEditor, dispose, equals, equalsOmitReferenceRefreshCheck, finalize, getHTMLString, getPLAINString, getPLAINString, getRawHTMLString, getRawHTMLStringForEditor, getRawHTMLStringForEditor, getRawPLAINString, getRawString, getReferences, getSource, getTag, getTags, getType, hashCode, hasImageReferenceTags, hasReferenceTags, hasTags, hasTextTableReferenceTags, isEmpty, isEmptyBlankResolved, isHTML, isPLAIN, isRefreshRequired, newPlainKString, toElement, toPlainKString, toString, usesTagProcessing, willLoseFormatting
Constructor Detail
KStringStyled
public KStringStyled(KString.Type type, java.lang.String inputString, boolean usesTagProcessing, java.util.ArrayList<KStringStyleRange> styleRanges) throws KStringException
Constructor.- Parameters:
type
- The type of KString.inputString
- The string to parse.usesTagProcessing
- Flag for tag usage.styleRanges
- Array that is filled with KStringStyleRange's when parsed.- Throws:
KStringException
- Failure in parsing.