public class DefaultNTextTitle extends AbstractNText implements net.thevpc.nuts.text.NTextTitle
| Constructor and Description |
|---|
DefaultNTextTitle(String start,
int level,
net.thevpc.nuts.text.NText child) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NText |
child() |
boolean |
equals(Object o) |
String |
filteredText() |
String |
getStart() |
String |
getTextStyleCode() |
int |
hashCode() |
net.thevpc.nuts.text.NText |
immutable() |
boolean |
isEmpty() |
boolean |
isWhitespace() |
int |
length() |
int |
level() |
net.thevpc.nuts.text.NText |
simplify() |
net.thevpc.nuts.text.NText |
substring(int start,
int end) |
List<net.thevpc.nuts.text.NPrimitiveText> |
toCharList() |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> |
toCharStream() |
net.thevpc.nuts.text.NText |
trim() |
net.thevpc.nuts.text.NText |
trimLeft() |
net.thevpc.nuts.text.NText |
trimRight() |
net.thevpc.nuts.text.NTextType |
type() |
builder, concat, concat, isBlank, isNewLine, isNormalized, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuilder, 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, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, toStringpublic DefaultNTextTitle(String start, int level, net.thevpc.nuts.text.NText child)
public net.thevpc.nuts.text.NTextType type()
type in interface net.thevpc.nuts.text.NTextpublic String getTextStyleCode()
public String getStart()
public net.thevpc.nuts.text.NText child()
child in interface net.thevpc.nuts.text.NTextTitlepublic int level()
level in interface net.thevpc.nuts.text.NTextTitlepublic String filteredText()
filteredText in interface net.thevpc.nuts.text.NTextfilteredText in class AbstractNTextpublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.text.NTextisEmpty in class AbstractNTextpublic int length()
length in interface net.thevpc.nuts.text.NTextlength in class AbstractNTextpublic net.thevpc.nuts.text.NText immutable()
immutable in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText simplify()
simplify in interface net.thevpc.nuts.text.NTextpublic boolean isWhitespace()
isWhitespace in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> toCharStream()
toCharStream in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NPrimitiveText> toCharList()
toCharList in interface net.thevpc.nuts.text.NTexttoCharList in class AbstractNTextpublic net.thevpc.nuts.text.NText substring(int start,
int end)
substring in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimLeft()
trimLeft in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimRight()
trimRight in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trim()
trim in interface net.thevpc.nuts.text.NTextCopyright © 2026 vpc open source initiative. All rights reserved.