QPdfSelection Class
QPdfSelectionクラスは、PDF文書の1ページで選択されているテキストの範囲と、その幾何学的境界を定義します。詳細...
Header: | #include <QPdfSelection> |
プロパティ
|
|
パブリック関数
QRectF | boundingRectangle() const |
QList<QPolygonF> | bounds() const |
void | copyToClipboard(QClipboard::Mode mode = QClipboard::Clipboard) const |
int | endIndex() const |
bool | isValid() const |
int | startIndex() const |
QString | text() const |
QPdfDocument::getSelection()も参照 。
プロパティの説明
[read-only]
boundingRectangle : const QRectF
このプロパティは、bounds を囲む全体的な外接矩形(凸包)を保持する。
アクセス関数:
QRectF | boundingRectangle() const |
[read-only]
bounds : const QList<QPolygonF>
こ のプ ロ パテ ィ は、 ページ上で選択 さ れたテ キ ス ト が占める領域を、 多角形 と し て表現 し た集合を保持 し ます。多角形の座標系は、 ページの左上隅を原点 と し 、 単位は点です。
注意: 今のところ、QPdfDocument::getSelection ()から返される多角形は常に長方形ですが、将来はもっと複雑な領域を表現できるようになるかもしれません。
アクセス関数:
QList<QPolygonF> | bounds() const |
[read-only]
endIndex : const int
このプロパティは、ページ上の全テキスト内のtext の末尾のインデックスを保持する。
アクセス関数:
int | endIndex() const |
[read-only]
startIndex : const int
このプロパティは、ページ上の全文内のtext の先頭のインデックスを保持する。
アクセス関数:
int | startIndex() const |
[read-only]
text : const QString
このプロパティは選択されたテキストを保持します。
アクセス関数:
QString | text() const |
[read-only]
valid : const bool
このプロパティは、選択が有効かどうかを保持します。
アクセス関数
bool | isValid() const |
メンバー関数ドキュメント
void QPdfSelection::copyToClipboard(QClipboard::Mode mode = QClipboard::Clipboard) const
選択されたmode に応じて、text をsystem clipboard にコピーします。
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。