public class DefaultNTextStyled extends AbstractNText implements NTextStyled
| Constructor and Description |
|---|
DefaultNTextStyled(NText child,
NTextStyles textStyle) |
DefaultNTextStyled(String start,
String end,
NText child,
boolean completed,
NTextStyles textStyles) |
| Modifier and Type | Method and Description |
|---|---|
static NText |
appendStyle(NText any,
NTextStyles textStyles) |
boolean |
equals(Object o) |
String |
filteredText() |
NText |
getChild() |
String |
getEnd() |
String |
getStart() |
NTextStyles |
getStyles() |
int |
hashCode() |
NText |
immutable() |
boolean |
isEmpty() |
boolean |
isWhitespace() |
int |
length() |
NText |
simplify() |
List<NText> |
split(String separator,
boolean returnSeparator) |
NText |
substring(int start,
int end) |
List<NPrimitiveText> |
toCharList() |
NStream<NPrimitiveText> |
toCharStream() |
NText |
trim() |
NText |
trimLeft() |
NText |
trimRight() |
NTextType |
type() |
builder, concat, concat, isBlank, isNewLine, isNormalized, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, toCharArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitof, of, of, ofbuilder, concat, concat, isNewLine, isNormalized, isPrimitive, isString, normalize, normalize, normalize, of, of, of, ofAnchor, ofAnchor, ofBlank, ofCode, ofCode, ofCodeOrCommand, ofCodeOrCommand, ofCodeOrCommand, ofCommand, ofInclude, ofInclude, ofLink, ofLink, ofList, ofList, ofNewLine, ofNumbering, ofNumbering, ofPlain, ofSpace, ofSpaces, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyledError, ofStyledPath, ofStyledPrimary1, ofStyledPrimary2, ofStyledPrimary3, ofStyledPrimary4, ofStyledPrimary5, ofStyledPrimary6, ofStyledPrimary7, ofStyledPrimary8, ofStyledPrimary9, ofStyledSuccess, ofStyledWarn, ofTitle, ofTitle, repeat, repeatln, split, split, split, toCharArray, toStringfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic DefaultNTextStyled(NText child, NTextStyles textStyle)
public DefaultNTextStyled(String start, String end, NText child, boolean completed, NTextStyles textStyles)
public static NText appendStyle(NText any, NTextStyles textStyles)
public boolean isEmpty()
isEmpty in interface NTextisEmpty in class AbstractNTextpublic NTextStyles getStyles()
getStyles in interface NTextStyledpublic String getEnd()
public String getStart()
public NText getChild()
getChild in interface NTextStyledpublic String filteredText()
filteredText in interface NTextfilteredText in class AbstractNTextpublic int length()
length in interface NTextlength in class AbstractNTextpublic List<NPrimitiveText> toCharList()
toCharList in interface NTexttoCharList in class AbstractNTextpublic boolean isWhitespace()
isWhitespace in interface NTextpublic NStream<NPrimitiveText> toCharStream()
toCharStream in interface NTextCopyright © 2026 vpc open source initiative. All rights reserved.