PapersView.JobRenderTexture¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
annot_flags  | 
r  | 
||
base  | 
r  | 
||
include_selection  | 
r  | 
||
page  | 
r  | 
||
page_ready  | 
r  | 
||
parent  | 
r  | 
||
rotation  | 
r  | 
||
scale  | 
r  | 
||
selection  | 
r  | 
||
selection_points  | 
r  | 
||
selection_region  | 
r  | 
||
selection_style  | 
r  | 
||
target_height  | 
r  | 
||
target_width  | 
r  | 
||
text  | 
r  | 
||
texture  | 
r  | 
Class Details¶
- class PapersView.JobRenderTexture(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(document, page, rotation, scale, width, height, annot_flags)¶
 - Parameters:
 document (
PapersDocument.Document) –page (
int) –rotation (
int) –scale (
float) –width (
int) –height (
int) –annot_flags (
PapersDocument.RenderAnnotsFlags) –
- Return type:
 
- set_selection_info(selection_points, selection_style, text, base)¶
 - Parameters:
 selection_points (
PapersDocument.Rectangle) –selection_style (
PapersDocument.SelectionStyle) –text (
Gdk.RGBA) –base (
Gdk.RGBA) –