public class TextDocumentLayout extends BaseDocumentLayout
BaseDocumentLayout.Persist| Modifier and Type | Field and Description |
|---|---|
boolean |
animateBracketMatching |
boolean |
antiAliasingEnabled |
boolean |
autoIndentEnabled |
boolean |
bracketMatchingEnabled |
String |
charset |
boolean |
clearWhitespaceLinesEnabled |
boolean |
closeable |
boolean |
closeCurlyBraces |
boolean |
closeMarkupTags |
boolean |
codeFoldingEnabled |
String |
content |
long |
documentId |
String |
endLine |
boolean |
eolVisible |
String |
filename |
String |
fontName |
int |
fontSize |
int |
fontStyle |
boolean |
fractionalFontMetricsEnabled |
boolean |
highlightCurrentLine |
boolean |
hyperlinksEnabled |
long |
lastSavedTime |
long |
lastTextChangeTime |
boolean |
lineWrap |
boolean |
markAllOnOccurrenceSearches |
boolean |
markOccurrences |
boolean |
paintTabLines |
boolean |
removeOnClose |
boolean |
renameTitleOnFileChanged |
int |
selectionEnd |
int |
selectionStart |
String |
syntaxEditingStyle |
boolean |
tabsEmulated |
int |
tabSize |
String |
theme |
String |
title |
int |
verticalScrollValue |
boolean |
whitespaceVisible |
cachedFields| Constructor and Description |
|---|
TextDocumentLayout() |
TextDocumentLayout(TextDocumentLayout sample) |
fetchUniqueValues, matched, persistentFieldsOf, read, readStream, readXML, writeStream, writeXMLpublic long documentId
public String content
public String filename
public String charset
public String endLine
public String title
public boolean closeable
public boolean removeOnClose
public long lastTextChangeTime
public long lastSavedTime
public String fontName
public int fontSize
public int fontStyle
public String syntaxEditingStyle
public String theme
public int verticalScrollValue
public int selectionStart
public int selectionEnd
public int tabSize
public boolean tabsEmulated
public boolean eolVisible
public boolean paintTabLines
public boolean animateBracketMatching
public boolean antiAliasingEnabled
public boolean closeCurlyBraces
public boolean closeMarkupTags
public boolean fractionalFontMetricsEnabled
public boolean hyperlinksEnabled
public boolean autoIndentEnabled
public boolean whitespaceVisible
public boolean bracketMatchingEnabled
public boolean clearWhitespaceLinesEnabled
public boolean codeFoldingEnabled
public boolean lineWrap
public boolean markAllOnOccurrenceSearches
public boolean markOccurrences
public boolean highlightCurrentLine
public boolean renameTitleOnFileChanged
public TextDocumentLayout()
public TextDocumentLayout(TextDocumentLayout sample)
Copyright © 2018. All rights reserved.