Свойство | Type | Description | |
---|---|---|---|
ShouldSerialize | bool |
Méthode | Description | |
---|---|---|
GetWrapCount ( int lineIndex ) : int |
The number of lines displayed when a line of text is wrapped.
|
|
WrapLines ( int startLine, int endLine, int width ) : void |
Forces the line range specified to wrap at the given pixel width. This operates independently of the current Scintilla line wrapping Mode property.
|
Méthode | Description | |
---|---|---|
LineWrapping ( Scintilla scintilla ) : System |
Initializes a new instance of the LineWrapping class.
|
Méthode | Description | |
---|---|---|
ShouldSerialize ( ) : bool |
public GetWrapCount ( int lineIndex ) : int | ||
lineIndex | int | The zero-based index of the line to count. |
Résultat | int |
protected LineWrapping ( Scintilla scintilla ) : System | ||
scintilla | Scintilla | The |
Résultat | System |
public WrapLines ( int startLine, int endLine, int width ) : void | ||
startLine | int | The zero-based line index to start wrapping. |
endLine | int | The zero-based line index to stop wrapping. |
width | int | /// The maximum width in pixels of the lines to wrap. A value of zero resets forced line wrapping. /// |
Résultat | void |