Свойство | Type | Description | |
---|---|---|---|
interceptor |
Méthode | Description | |
---|---|---|
Codec ( ) : |
||
Device ( ) : Qyoto.QIODevice | ||
Dispose ( ) : void | ||
FileName ( ) : string | ||
Format ( ) : Qyoto.QByteArray | ||
QTextDocumentWriter ( Qyoto.QIODevice device, Qyoto.QByteArray format ) : System | ||
QTextDocumentWriter ( string fileName ) : System | ||
QTextDocumentWriter ( string fileName, Qyoto.QByteArray format ) : System | ||
SetCodec ( |
||
SetDevice ( Qyoto.QIODevice device ) : void | ||
SetFileName ( string fileName ) : void | ||
SetFormat ( Qyoto.QByteArray format ) : void | ||
SupportedDocumentFormats ( ) : List |
||
Write ( |
||
Write ( Qyoto.QTextDocumentFragment fragment ) : bool |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QTextDocumentWriter ( |
Méthode | Description | |
---|---|---|
QTextDocumentWriter ( ) : System |
public QTextDocumentWriter ( Qyoto.QIODevice device, Qyoto.QByteArray format ) : System | ||
device | Qyoto.QIODevice | |
format | Qyoto.QByteArray | |
Résultat | System |
protected QTextDocumentWriter ( |
||
dummy | ||
Résultat | System |
public QTextDocumentWriter ( string fileName ) : System | ||
fileName | string | |
Résultat | System |
public QTextDocumentWriter ( string fileName, Qyoto.QByteArray format ) : System | ||
fileName | string | |
format | Qyoto.QByteArray | |
Résultat | System |
public SetCodec ( |
||
codec | ||
Résultat | void |
public SetDevice ( Qyoto.QIODevice device ) : void | ||
device | Qyoto.QIODevice | |
Résultat | void |
public SetFileName ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public SetFormat ( Qyoto.QByteArray format ) : void | ||
format | Qyoto.QByteArray | |
Résultat | void |
public static SupportedDocumentFormats ( ) : List |
||
Résultat | List |
public Write ( |
||
document | ||
Résultat | bool |
public Write ( Qyoto.QTextDocumentFragment fragment ) : bool | ||
fragment | Qyoto.QTextDocumentFragment | |
Résultat | bool |