PdfStyle QML Type
PDF 뷰어 구성 요소를 위한 스타일링 인터페이스입니다. 더 보기...
Import Statement: | import QtQuick.Pdf |
속성
- currentSearchResultStrokeColor : color
- currentSearchResultStrokeWidth : real
- pageSearchResultsColor : color
- selectionColor : color
상세 설명
PdfStyle은 PdfMultiPageView, PdfScrollablePageView, PdfPageView 의 모양을 수정하는 속성을 제공합니다.
기본 스타일은 Qt Quick Controls 의 스타일과 일치하도록 제공됩니다. 파일 선택기는 사용 중인 컨트롤 스타일에 해당하는 PDF 스타일을 로드하는 데 사용됩니다. 다른 file selectors 을 사용하여 사용자 지정 스타일을 사용할 수 있습니다.
속성 문서
currentSearchResultStrokeColor : color |
current search result 을 둘러싼 상자 윤곽선의 색상입니다.
PdfMultiPageView::searchBack(), PdfMultiPageView::searchForward() 및 PdfSearchModel::currentResult 를참조하십시오 .
currentSearchResultStrokeWidth : real |
current search result 을 둘러싼 상자 윤곽선의 선 너비입니다.
PdfMultiPageView::searchBack(), PdfMultiPageView::searchForward() 및 PdfSearchModel::currentResult 를참조하십시오 .
pageSearchResultsColor : color |
search string 과 일치하는 텍스트에 오버레이되는 반투명 직사각형의 색상입니다.
PdfSearchModel도 참조하십시오 .
selectionColor : color |
selected text 에 오버레이되는 반투명 사각형의 색상입니다.
PdfSelection도 참조하십시오 .
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.