Свойство | Type | Description | |
---|---|---|---|
Clear | void | ||
CreateObject | Qyoto.QTextObject | ||
LoadResource | Qyoto.QVariant | ||
QTextDocument | System | ||
Redo | void | ||
SetModified | void | ||
SetModified | void | ||
Undo | void |
Méthode | Description | |
---|---|---|
AddResource ( int type, |
||
AdjustSize ( ) : void | ||
AllFormats ( ) : List |
||
AvailableRedoSteps ( ) : int | ||
AvailableUndoSteps ( ) : int | ||
Begin ( ) : QTextBlock | ||
CharacterAt ( int pos ) : |
||
CharacterCount ( ) : int | ||
Clone ( ) : |
||
Clone ( |
||
Dispose ( ) : void | ||
DocumentLayout ( ) : Qyoto.QAbstractTextDocumentLayout | ||
DrawContents ( |
||
DrawContents ( |
||
End ( ) : QTextBlock | ||
Find ( Qyoto.QRegExp expr ) : QTextCursor | ||
Find ( Qyoto.QRegExp expr, QTextCursor from ) : QTextCursor | ||
Find ( Qyoto.QRegExp expr, QTextCursor from, uint options ) : QTextCursor | ||
Find ( Qyoto.QRegExp expr, int from ) : QTextCursor | ||
Find ( Qyoto.QRegExp expr, int from, uint options ) : QTextCursor | ||
Find ( string subString ) : QTextCursor | ||
Find ( string subString, QTextCursor from ) : QTextCursor | ||
Find ( string subString, QTextCursor from, uint options ) : QTextCursor | ||
Find ( string subString, int from ) : QTextCursor | ||
Find ( string subString, int from, uint options ) : QTextCursor | ||
FindBlock ( int pos ) : QTextBlock | ||
FindBlockByLineNumber ( int blockNumber ) : QTextBlock | ||
FindBlockByNumber ( int blockNumber ) : QTextBlock | ||
FirstBlock ( ) : QTextBlock | ||
FrameAt ( int pos ) : Qyoto.QTextFrame | ||
IdealWidth ( ) : double | ||
IsEmpty ( ) : bool | ||
IsRedoAvailable ( ) : bool | ||
IsUndoAvailable ( ) : bool | ||
LastBlock ( ) : QTextBlock | ||
LineCount ( ) : int | ||
MarkContentsDirty ( int from, int length ) : void | ||
Object ( int objectIndex ) : Qyoto.QTextObject | ||
ObjectForFormat ( |
||
PageCount ( ) : int | ||
Print ( |
||
QTextDocument ( |
||
QTextDocument ( string text ) : System | ||
QTextDocument ( string text, |
||
Redo ( QTextCursor cursor ) : void | ||
Resource ( int type, |
||
Revision ( ) : int | ||
RootFrame ( ) : Qyoto.QTextFrame | ||
SetDocumentLayout ( Qyoto.QAbstractTextDocumentLayout layout ) : void | ||
SetHtml ( string html ) : void | ||
SetMetaInformation ( |
||
SetPlainText ( string text ) : void | ||
ToHtml ( ) : string | ||
ToHtml ( Qyoto.QByteArray encoding ) : string | ||
ToPlainText ( ) : string | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
Undo ( QTextCursor cursor ) : void | ||
metaInformation ( |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QTextDocument ( |
Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
CreateObject ( |
||
LoadResource ( int type, |
||
QTextDocument ( ) : System | ||
Redo ( ) : void | ||
SetModified ( ) : void | ||
SetModified ( bool m ) : void | ||
Undo ( ) : void |
public AddResource ( int type, |
||
type | int | |
name | ||
resource | Qyoto.QVariant | |
Résultat | void |
public Clone ( |
||
parent | ||
Résultat |
public DocumentLayout ( ) : Qyoto.QAbstractTextDocumentLayout | ||
Résultat | Qyoto.QAbstractTextDocumentLayout |
public DrawContents ( |
||
painter | ||
Résultat | void |
public DrawContents ( |
||
painter | ||
rect | Qyoto.QRectF | |
Résultat | void |
public Find ( Qyoto.QRegExp expr ) : QTextCursor | ||
expr | Qyoto.QRegExp | |
Résultat | QTextCursor |
public Find ( Qyoto.QRegExp expr, QTextCursor from ) : QTextCursor | ||
expr | Qyoto.QRegExp | |
from | QTextCursor | |
Résultat | QTextCursor |
public Find ( Qyoto.QRegExp expr, QTextCursor from, uint options ) : QTextCursor | ||
expr | Qyoto.QRegExp | |
from | QTextCursor | |
options | uint | |
Résultat | QTextCursor |
public Find ( Qyoto.QRegExp expr, int from ) : QTextCursor | ||
expr | Qyoto.QRegExp | |
from | int | |
Résultat | QTextCursor |
public Find ( Qyoto.QRegExp expr, int from, uint options ) : QTextCursor | ||
expr | Qyoto.QRegExp | |
from | int | |
options | uint | |
Résultat | QTextCursor |
public Find ( string subString ) : QTextCursor | ||
subString | string | |
Résultat | QTextCursor |
public Find ( string subString, QTextCursor from ) : QTextCursor | ||
subString | string | |
from | QTextCursor | |
Résultat | QTextCursor |
public Find ( string subString, QTextCursor from, uint options ) : QTextCursor | ||
subString | string | |
from | QTextCursor | |
options | uint | |
Résultat | QTextCursor |
public Find ( string subString, int from ) : QTextCursor | ||
subString | string | |
from | int | |
Résultat | QTextCursor |
public Find ( string subString, int from, uint options ) : QTextCursor | ||
subString | string | |
from | int | |
options | uint | |
Résultat | QTextCursor |
public FindBlockByLineNumber ( int blockNumber ) : QTextBlock | ||
blockNumber | int | |
Résultat | QTextBlock |
public FindBlockByNumber ( int blockNumber ) : QTextBlock | ||
blockNumber | int | |
Résultat | QTextBlock |
public FrameAt ( int pos ) : Qyoto.QTextFrame | ||
pos | int | |
Résultat | Qyoto.QTextFrame |
public MarkContentsDirty ( int from, int length ) : void | ||
from | int | |
length | int | |
Résultat | void |
public Object ( int objectIndex ) : Qyoto.QTextObject | ||
objectIndex | int | |
Résultat | Qyoto.QTextObject |
public ObjectForFormat ( |
||
arg1 | ||
Résultat | Qyoto.QTextObject |
public QTextDocument ( |
||
parent | ||
Résultat | System |
protected QTextDocument ( |
||
dummy | ||
Résultat | System |
public QTextDocument ( string text ) : System | ||
text | string | |
Résultat | System |
public QTextDocument ( string text, |
||
text | string | |
parent | ||
Résultat | System |
public Resource ( int type, |
||
type | int | |
name | ||
Résultat | Qyoto.QVariant |
public SetDocumentLayout ( Qyoto.QAbstractTextDocumentLayout layout ) : void | ||
layout | Qyoto.QAbstractTextDocumentLayout | |
Résultat | void |
public SetMetaInformation ( |
||
info | ||
arg2 | string | |
Résultat | void |
public ToHtml ( Qyoto.QByteArray encoding ) : string | ||
encoding | Qyoto.QByteArray | |
Résultat | string |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Résultat | string |
public metaInformation ( |
||
info | ||
Résultat | string |