The QAbstractTextDocumentLayout.Selection class is a convenience class defining the parameters of a selection. 更多...
The QAbstractTextDocumentLayout.Selection class is a convenience class defining the parameters of a selection.
A selection can be used to specify a part of a document that should be highlighted when drawing custom layouts for QTextDocuments with the QAbstractTextDocumentLayout.draw () function. It is specified using cursor 和 format .
This variable holds the selection's cursor.
默认值为 null 光标。
This variable holds the format of the selection.
默认值为 QTextFormat.InvalidFormat .