MuPDF 1.22.0 Documentationany part of a pixel rule. -I Start in inverted color mode. -B hex-color Set black tint color (default 303030). -C hex-color Set white tint color (default FFFFF0). -Y factor Set UI scaling factor choose the file you need. mupdf-gl Example usage #1: This will open a specific file, in inverted color mode, on page 10. mupdf-gl -I mupdf_explored.pdf 10 3.1.2 Mouse Bindings The middle mouse button size. > Increase E-book font size. I Toggle inverted color mode. C Toggle tinted color mode. E Toggle ICC color management. e Toggle spot color emulation. A Toggle anti-aliasing. f Toggle fullscreen0 码力 | 175 页 | 698.87 KB | 8 月前3
MuPDF 1.23.0 Documentationany part of a pixel rule. -I Start in inverted color mode. -B hex-color Set black tint color (default 303030). -C hex-color Set white tint color (default FFFFF0). -Y factor Set UI scaling factor choose the file you need. mupdf-gl Example usage #1: This will open a specific file, in inverted color mode, on page 10. mupdf-gl -I mupdf_explored.pdf 10 4.1.2 Mouse Bindings The middle mouse button size. > Increase E-book font size. I Toggle inverted color mode. C Toggle tinted color mode. E Toggle ICC color management. e Toggle spot color emulation. A Toggle anti-aliasing. f Toggle fullscreen0 码力 | 245 页 | 817.74 KB | 8 月前3
PyMuPDF 1.24.2 Documentation419 24 Low Level Functions and Classes 425 25 Glossary 449 26 Constants and Enumerations 455 27 Color Database 465 28 Appendix 1: Details on Text Extraction 467 29 Appendix 2: Considerations on Embedded = 842, fontname = "Helvetica", # default font fontfile = None, # any font file name color = (0, 0, 0)) # text color (RGB) Note: Taking it further The text parameter can be a (sequence of) string (assuming an area to redact rect = [0,0,200,200] # Add a redacction annotation which will have a red fill color page.add_redact_annot(rect, fill=(1,0,0)) # Apply the redactions to the current page, but ignore0 码力 | 565 页 | 6.84 MB | 1 年前3
MuPDF 1.24.0 Documentationany part of a pixel rule. -I Start in inverted color mode. -B hex-color Set black tint color (default 303030). -C hex-color Set white tint color (default FFFFF0). -Y factor Set UI scaling factor choose the file you need. mupdf-gl Example usage #1: This will open a specific file, in inverted color mode, on page 10. mupdf-gl -I mupdf_explored.pdf 10 4.1.2 Mouse Bindings The middle mouse button size. > Increase E-book font size. I Toggle inverted color mode. C Toggle tinted color mode. E Toggle ICC color management. e Toggle spot color emulation. A Toggle anti-aliasing. f Toggle fullscreen0 码力 | 249 页 | 830.15 KB | 8 月前3
MuPDF 1.25.0 Documentationany part of a pixel rule. -I Start in inverted color mode. -B hex-color Set black tint color (default 303030). -C hex-color Set white tint color (default FFFFF0). -Y factor Set UI scaling factor choose the file you need. mupdf-gl Example usage #1: This will open a specific file, in inverted color mode, on page 10. mupdf-gl -I mupdf_explored.pdf 10 5.1.2 Mouse Bindings The middle mouse button size. > Increase E-book font size. I Toggle inverted color mode. C Toggle tinted color mode. E Toggle ICC color management. e Toggle spot color emulation. A Toggle anti-aliasing. f Toggle fullscreen0 码力 | 259 页 | 1.11 MB | 8 月前3
PyMuPDF 1.12.2 documentationDestination Flags Annotation Types Annotation Flags Annotation Line End Styles Color Database Function getColor() Printing the Color Database Appendix 1: Performance Part 1: Parsing Part 2: Text Extraction setColors() PDF only: changes the colors of an annotation Annot.updateImage() PDF only: applies border and color values to shown image Annot.fileInfo() PDF only: returns attached file information Annot.fileGet() Changes the colors associated with the annotation. Parameters: d (dict) – a dictionary containing color specifications. For accepted dictionary keys and values see below. The most practical way should be0 码力 | 387 页 | 2.70 MB | 1 年前3
Python AdminUIyou just want to display some text, use Paragraph. You may set the color of the Paragraph: Paragraph("The text of Paragraph", color="red") 25 Python AdminUI If you wish to format rich text or other user text may contain dangerous code that may run on the client’s computer: RawHTML('a raw color="red">HTML') 下面是与布局相关的类: class adminui.Card(title=None, content=None, id=None) 显示一个白色的框,作为容器 参数 • text – 标题的文本正文 • level – 标头级别。级别 =1 表示第一级标头(h1) class adminui.Paragraph(text=”, id=None, color=None) 显示文本段落 class adminui.Row(content=None, id=None) 用于布局的行元素,可以有多个 Columns(列) 行的宽度将自动由 len(content)0 码力 | 67 页 | 653.37 KB | 1 年前3
PyWebIO v1.6.1 Documentationfor a single put_xxx() output: put_text('hello').style('color: red; font-size: 20px') # in combined output put_row([ put_text('hello').style('color: red'), put_markdown('markdown') ]).style('margin-top: – Input type. Currently, supported types areTEXT , NUMBER , FLOAT , PASSWORD , URL , DATE , TIME, COLOR, DATETIME_LOCAL Note that DATE and TIME type are not supported on some browsers, for details see optional) button type, "disabled":(bool, optional) whether the button is disabled, "color":(str, optional) button color } When type='reset'/'cancel' or disabled=True, value can be omitted – tuple or list:0 码力 | 108 页 | 1.37 MB | 1 年前3
PyWebIO v1.5.2 Documentationfor a single put_xxx() output: put_text('hello').style('color: red; font-size: 20px') # in combined output put_row([ put_text('hello').style('color: red'), put_markdown('markdown') ]).style('margin-top: optional) button type, "disabled":(bool, optional) whether the button is disabled, "color":(str, optional) button color } When type='reset'/'cancel' or disabled=True, value can be omitted – tuple or list: the type=reset button, the form will not be submitted, and the actions() call will not return The color of button can be one of: primary, secondary, success, danger, warning, info, light, dark. • label0 码力 | 108 页 | 1.37 MB | 1 年前3
PyWebIO v1.6.2 Documentationfor a single put_xxx() output: put_text('hello').style('color: red; font-size: 20px') # in combined output put_row([ put_text('hello').style('color: red'), put_markdown('markdown') ]).style('margin-top: – Input type. Currently, supported types areTEXT , NUMBER , FLOAT , PASSWORD , URL , DATE , TIME, COLOR, DATETIME_LOCAL Note that DATE and TIME type are not supported on some browsers, for details see optional) button type, "disabled":(bool, optional) whether the button is disabled, "color":(str, optional) button color } When type='reset'/'cancel' or disabled=True, value can be omitted – tuple or list:0 码力 | 108 页 | 1.37 MB | 1 年前3
共 408 条
- 1
- 2
- 3
- 4
- 5
- 6
- 41













