Skip to content

Commit f9e4160

Browse files
committed
deploy: 78c9fc6
1 parent ff762f5 commit f9e4160

File tree

351 files changed

+110709
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+110709
-0
lines changed

0.5.5/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 0c856eabc2791e5145956f66a4656562
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

0.5.5/.nojekyll

Whitespace-only changes.
Binary file not shown.

0.5.5/_images/Odpisy.png

95.1 KB
Loading

0.5.5/_sources/api/api.rst.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
API Documentation
3+
=================
4+
5+
.. note:: The API documentation is still incomplete.
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
attribute
11+
color
12+
dimension
13+
document
14+
draw
15+
flowable
16+
font
17+
image
18+
index
19+
language
20+
number
21+
paper
22+
paragraph
23+
reference
24+
structure
25+
strings
26+
style
27+
table
28+
template

0.5.5/_sources/api/attribute.rst.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _attribute:
2+
3+
Attribute (:mod:`rinoh.attribute`)
4+
==================================
5+
6+
.. automodule:: rinoh.attribute
7+
:members:

0.5.5/_sources/api/color.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _color:
2+
3+
Color (:mod:`rinoh.color`)
4+
==========================
5+
6+
.. automodule:: rinoh.color
7+
:members:
8+
:undoc-members:

0.5.5/_sources/api/dimension.rst.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _dimension:
2+
3+
Dimension (:mod:`rinoh.dimension`)
4+
==================================
5+
6+
.. automodule:: rinoh.dimension
7+
:members:

0.5.5/_sources/api/document.rst.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. module:: rinoh.document
2+
3+
.. _document:
4+
5+
Document (:mod:`rinoh.document`)
6+
================================
7+
8+
.. autoclass:: DocumentTree
9+
:members:
10+
11+
12+
.. autoclass:: Document
13+
:members:
14+
15+
16+
Pages
17+
~~~~~
18+
19+
.. autoclass:: Page
20+
:members:
21+
22+
23+
.. autoclass:: PageOrientation
24+
:members:
25+
26+
27+
.. autoclass:: PageType
28+
:members:
29+
30+
31+
.. autoclass:: PageNumberFormat
32+
:members:

0.5.5/_sources/api/draw.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _draw:
2+
3+
Drawing Primitives (:mod:`rinoh.draw`)
4+
======================================
5+
6+
.. automodule:: rinoh.draw
7+
:members:
8+
:exclude-members: LineStyle, ShapeStyle

0.5.5/_sources/api/flowable.rst.txt

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
.. module:: rinoh.flowable
2+
3+
.. _flowables:
4+
5+
Flowable (:mod:`rinoh.flowable`)
6+
================================
7+
8+
.. autoclass:: Flowable
9+
10+
.. autoclass:: FlowableState
11+
12+
13+
No-Output Flowables
14+
-------------------
15+
16+
These flowables do not directly place anything on the page. All except
17+
:class:`DummyFlowable` do have side-effects however. Some of these side-effects
18+
affect the rendering of the document in an indirect way.
19+
20+
.. autoclass:: DummyFlowable
21+
22+
.. autoclass:: AnchorFlowable
23+
24+
.. autoclass:: SetMetadataFlowable
25+
26+
.. autoclass:: WarnFlowable
27+
28+
.. autoclass:: PageBreak
29+
30+
31+
Labeled Flowables
32+
-----------------
33+
34+
.. autoclass:: LabeledFlowable
35+
:members:
36+
37+
.. autoclass:: LabeledFlowableState
38+
:members:
39+
40+
41+
Grouping Flowables
42+
------------------
43+
44+
.. autoclass:: GroupedFlowables
45+
:members:
46+
47+
.. autoclass:: GroupedFlowablesState
48+
:members:
49+
50+
51+
.. autoclass:: StaticGroupedFlowables
52+
:members:
53+
54+
.. autoclass:: GroupedLabeledFlowables
55+
:members:
56+
57+
58+
Floating Flowables
59+
------------------
60+
61+
.. autoclass:: Float
62+
:members:
63+
64+
65+
Styling Properties
66+
------------------
67+
68+
.. autoclass:: HorizontalAlignment
69+
:members:
70+
71+
.. autoclass:: FlowableWidth
72+
:members:

0.5.5/_sources/api/font.rst.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _font:
2+
3+
Fonts and Typefaces (:mod:`rinoh.font`)
4+
=======================================
5+
6+
.. automodule:: rinoh.font
7+
:members:
8+
:exclude-members: CaptionStyle, FigureStyle
9+
10+
11+
.. automodule:: rinoh.font.style
12+
:members:

0.5.5/_sources/api/image.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _image:
2+
3+
Images and Figures (:mod:`rinoh.image`)
4+
=======================================
5+
6+
.. automodule:: rinoh.image
7+
:members:
8+
:exclude-members: CaptionStyle, FigureStyle

0.5.5/_sources/api/index.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _index:
2+
3+
Index (:mod:`rinoh.index`)
4+
==========================
5+
6+
.. automodule:: rinoh.index
7+
:members:
8+
:exclude-members: IndexStyle

0.5.5/_sources/api/language.rst.txt

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. module:: rinoh.language
2+
3+
.. _language:
4+
5+
Language (:mod:`rinoh.language`)
6+
================================
7+
8+
.. autoclass:: Language
9+
:members:
10+
:exclude-members: languages
11+
12+
.. autoattribute:: languages
13+
:annotation:
14+
15+
16+
.. _supported_languages:
17+
18+
The following languages are supported:
19+
20+
.. autodata:: CS
21+
22+
.. autodata:: EN
23+
24+
.. autodata:: ES
25+
26+
.. autodata:: FR
27+
28+
.. autodata:: HU
29+
30+
.. autodata:: IT
31+
32+
.. autodata:: NL
33+
34+
.. autodata:: PL

0.5.5/_sources/api/number.rst.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _number:
2+
3+
Number (:mod:`rinoh.number`)
4+
============================
5+
6+
.. automodule:: rinoh.number
7+
:members:

0.5.5/_sources/api/paper.rst.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _paper:
2+
3+
Paper sizes (:mod:`rinoh.paper`)
4+
================================
5+
6+
.. automodule:: rinoh.paper
7+
:members:

0.5.5/_sources/api/paragraph.rst.txt

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
.. module:: rinoh.paragraph
2+
3+
.. _paragraph:
4+
5+
Paragraph (:mod:`rinoh.paragraph`)
6+
==================================
7+
8+
.. autoclass:: ParagraphBase
9+
:members:
10+
11+
.. autoclass:: Paragraph
12+
:members:
13+
14+
.. autoclass:: ParagraphState
15+
:members:
16+
17+
18+
.. module:: rinoh.text
19+
20+
Styled Text (:mod:`rinoh.text`)
21+
-------------------------------
22+
23+
.. autoclass:: StyledText
24+
:members:
25+
26+
.. autoclass:: SingleStyledText
27+
:members:
28+
29+
.. autoclass:: MixedStyledText
30+
:members:
31+
32+
.. autoclass:: Locale
33+
:members:
34+
35+
.. autoclass:: NoBreakAfter
36+
:members:
37+
38+
39+
.. module:: rinoh.inline
40+
41+
Inline Elements (:mod:`rinoh.inline`)
42+
-------------------------------------
43+
44+
.. autoclass:: InlineFlowable
45+
:members:
46+
47+
48+
Styling Properties
49+
------------------
50+
51+
.. currentmodule:: rinoh.paragraph
52+
53+
.. autoclass:: TextAlign
54+
:members:
55+
56+
57+
Line Spacing
58+
............
59+
60+
.. autoclass:: LineSpacing
61+
:members:
62+
63+
.. autoclass:: DefaultSpacing
64+
:members:
65+
66+
.. autoclass:: ProportionalSpacing
67+
:members:
68+
69+
.. autoclass:: FixedSpacing
70+
:members:
71+
72+
.. autoclass:: Leading
73+
:members:
74+
75+
76+
.. _predefined_line_spacings:
77+
78+
The following standard line spacings have been predefined:
79+
80+
.. autodata:: DEFAULT
81+
82+
.. autodata:: STANDARD
83+
84+
.. autodata:: SINGLE
85+
86+
.. autodata:: DOUBLE
87+
88+
89+
Tabulation
90+
..........
91+
92+
.. autoclass:: TabAlign
93+
:members:
94+
95+
.. autoclass:: TabStop
96+
:members:
97+
98+
.. autoclass:: TabStopList
99+
:members:
100+
101+
102+
Rendering Internals
103+
-------------------
104+
105+
.. autoclass:: Glyph
106+
:members:
107+
108+
.. autoclass:: GlyphsSpan
109+
:members:
110+
111+
112+
Miscellaneous Internals
113+
-----------------------
114+
115+
.. autoclass:: HyphenatorStore
116+
:members:

0.5.5/_sources/api/reference.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _reference:
2+
3+
Cross-References and Fields (:mod:`rinoh.reference`)
4+
====================================================
5+
6+
.. automodule:: rinoh.reference
7+
:members:
8+
:exclude-members: ReferencingParagraphStyle, NoteMarkerStyle

0.5.5/_sources/api/strings.rst.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. module:: rinoh.strings
2+
3+
.. _strings:
4+
5+
Strings (:mod:`rinoh.strings`)
6+
==============================
7+
8+
.. autoclass:: Strings
9+
:members:
10+
11+
12+
.. autoclass:: StringField
13+
:members:

0 commit comments

Comments
 (0)