Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distrotech/reportlab
/ functions
Functions
4,293 in github.com/Distrotech/reportlab
⨍
Functions
4,293
◇
Types & classes
722
↓ 2 callers
Function
getModule
Get a module containing style declarations. Search order is: tools/pythonpoint/ tools/pythonpoint/styles/ ./
tools/pythonpoint/stdparser.py:20
↓ 2 callers
Function
getPathBounds
(points)
src/reportlab/graphics/shapes.py:207
↓ 2 callers
Method
getProperties
Returns a list of all properties which can be edited and which are not marked as private. This may include 'child widgets' or 'primiti
src/reportlab/graphics/widgetbase.py:53
↓ 2 callers
Function
getSampleStyleSheet
()
tools/pythonpoint/pythonpoint.py:933
↓ 2 callers
Method
getSeriesName
return series name i or default
src/reportlab/graphics/charts/piecharts.py:201
↓ 2 callers
Function
getTypeFace
Lazily construct known typefaces if not found
src/reportlab/pdfbase/pdfmetrics.py:624
↓ 2 callers
Method
get_chunk
Return a chunk of raw data at given position
src/reportlab/pdfbase/ttfonts.py:334
↓ 2 callers
Function
get_stack_array
return 1 on success, with result set to the top of the value stack */
src/rl_addons/renderPM/gt1/gt1-parset1.c:936
↓ 2 callers
Method
get_value
(self,aW,aH)
src/reportlab/platypus/flowables.py:1245
↓ 2 callers
Method
goahead
(self, end)
src/reportlab/lib/xmllib.py:141
↓ 2 callers
Function
gt1_del_cache
src/rl_addons/renderPM/gt1/gt1-parset1.c:3125
↓ 2 callers
Function
gt1_dict_new
src/rl_addons/renderPM/gt1/gt1-dict.c:12
↓ 2 callers
Function
gt1_name_context_double
double the size of the hash table, rehashing as needed */
src/rl_addons/renderPM/gt1/gt1-namecontext.c:131
↓ 2 callers
Function
gt1_name_context_string
This one is slow - it's intended for debugging only */
src/rl_addons/renderPM/gt1/gt1-namecontext.c:238
↓ 2 callers
Function
gt1_region_realloc
src/rl_addons/renderPM/gt1/gt1-region.c:80
↓ 2 callers
Function
handleHiddenSlides
Filters slides from a list of slides. In a sequence of hidden slides all but the last one are removed. Also, the slide before the sequence of
tools/pythonpoint/pythonpoint.py:213
↓ 2 callers
Method
handle_data
(self, data)
src/reportlab/lib/xmllib.py:630
↓ 2 callers
Method
handle_frameBegin
What to do at the beginning of a frame
src/reportlab/platypus/doctemplate.py:591
↓ 2 callers
Method
handle_nextFrame
On endFrame change to the frame with name or index fx
src/reportlab/platypus/doctemplate.py:659
↓ 2 callers
Method
handle_pageBreak
some might choose not to end all the frames
src/reportlab/platypus/doctemplate.py:582
↓ 2 callers
Method
handle_pageEnd
show the current page check the next page template hang a page begin
src/reportlab/platypus/doctemplate.py:544
↓ 2 callers
Method
hasForm
Query whether form XObj really exists yet.
src/reportlab/pdfgen/canvas.py:702
↓ 2 callers
Method
has_key
(self, key)
src/reportlab/lib/styles.py:151
↓ 2 callers
Function
header
(txt, style=HeaderStyle, klass=Paragraph, sep=0.3)
demos/gadflypaper/gfe.py:67
↓ 2 callers
Function
hex32
(i)
src/reportlab/pdfbase/ttfonts.py:125
↓ 2 callers
Function
hnj_hash_insert
assumes that key is not already present! */
src/rl_addons/rl_accel/hyphen.c:135
↓ 2 callers
Function
hnj_hash_lookup
return val if found, otherwise -1 */
src/rl_addons/rl_accel/hyphen.c:150
↓ 2 callers
Function
hnj_hyphen_hyphenate
src/rl_addons/rl_accel/hyphen.c:376
↓ 2 callers
Function
hnj_realloc
src/rl_addons/rl_accel/hnjalloc.c:55
↓ 2 callers
Function
hnj_strdup
src/rl_addons/rl_accel/hyphen.c:54
↓ 2 callers
Function
hnj_string_hash
a char* hash function from ASU - adapted from Gtk+ */
src/rl_addons/rl_accel/hyphen.c:87
↓ 2 callers
Method
identity
(self,maxLen=None)
src/reportlab/platypus/flowables.py:403
↓ 2 callers
Method
identity
(self, maxLen=None)
src/reportlab/platypus/flowables.py:900
↓ 2 callers
Method
inForm
specify that we are in a form xobject (disable page features, etc)
src/reportlab/pdfbase/pdfdoc.py:266
↓ 2 callers
Method
insertShift
(self, line, shift)
src/reportlab/platypus/para.py:483
↓ 2 callers
Method
inspect
Collect information about a given object.
tools/docco/docpy.py:261
↓ 2 callers
Function
intersect_neighbors
test active segment (i - 1) against i for intersection, if so, add intersection point to both ips lists. */
src/rl_addons/renderPM/libart_lgpl/art_svp_wind.c:511
↓ 2 callers
Function
intervalIntersection
(A,B)
src/reportlab/graphics/charts/piecharts.py:283
↓ 2 callers
Method
lastDayOfMonth
returns last day of the month as integer 28-31
src/reportlab/lib/normalDate.py:335
↓ 2 callers
Method
line
(self, x1, y1, x2, y2)
src/reportlab/graphics/renderPS.py:225
↓ 2 callers
Method
lineTo
(self,x,y)
src/reportlab/graphics/renderPS.py:446
↓ 2 callers
Function
linearlyInterpolatedColor
Linearly interpolates colors. Can handle RGB, CMYK and PCMYK colors - give ValueError if colours aren't the same. Doesn't currently handl
src/reportlab/lib/colors.py:261
↓ 2 callers
Method
lines
Like line(), permits many lines to be drawn in one call. for example for the figure:: | -- --
src/reportlab/pdfgen/canvas.py:1237
↓ 2 callers
Method
listAttrs
(self, indent='')
src/reportlab/lib/styles.py:68
↓ 2 callers
Method
loadImageFromJPEG
(self,imageFile)
src/reportlab/pdfbase/pdfdoc.py:2093
↓ 2 callers
Function
main
(pattern='test_*.py')
tests/runAll.py:66
↓ 2 callers
Function
main
()
docs/userguide/genuserguide.py:66
↓ 2 callers
Method
makeAngles
(self)
src/reportlab/graphics/charts/piecharts.py:578
↓ 2 callers
Method
makeAxis
(self)
src/reportlab/graphics/charts/axes.py:1296
↓ 2 callers
Method
makeBullet
(self, atts, bl=None)
src/reportlab/platypus/para.py:1804
↓ 2 callers
Function
makeDocument
(filename, pageCallBack=None)
tests/test_pdfgen_general.py:188
↓ 2 callers
Function
makeHtmlInlineImage
Create HTML code for an inline image.
tools/docco/docpy.py:223
↓ 2 callers
Method
makeInnerLines
(self)
src/reportlab/graphics/widgets/grids.py:153
↓ 2 callers
Method
makeInnerTiles
(self)
src/reportlab/graphics/widgets/grids.py:178
↓ 2 callers
Method
makeLinePosList
Returns a list of positions where to place lines.
src/reportlab/graphics/widgets/grids.py:126
↓ 2 callers
Method
makeLines
(self)
src/reportlab/graphics/charts/lineplots.py:238
↓ 2 callers
Method
makeOuterRect
(self)
src/reportlab/graphics/widgets/grids.py:114
↓ 2 callers
Method
makeStream
Finishes the generation and returns the TTF file as a string
src/reportlab/pdfbase/ttfonts.py:356
↓ 2 callers
Method
makeSubset
Create a subset of a TrueType font
src/reportlab/pdfbase/ttfonts.py:709
↓ 2 callers
Method
makeTickLabels
(self)
src/reportlab/graphics/charts/axes.py:1132
↓ 2 callers
Method
makeTicks
(self)
src/reportlab/graphics/charts/axes.py:465
↓ 2 callers
Function
makeToUnicodeCMap
Creates a ToUnicode CMap for a given subset. See Adobe _PDF_Reference (ISBN 0-201-75839-3) for more information.
src/reportlab/pdfbase/ttfonts.py:77
↓ 2 callers
Function
makeWidthTestForAllGlyphs
New page, then runs down doing all the glyphs in one encoding
tests/test_pdfbase_pdfmetrics.py:29
↓ 2 callers
Method
monthName
returns month name, i.e. January, February, etc.
src/reportlab/lib/normalDate.py:354
↓ 2 callers
Method
moveCursor
Starts a new line at an offset dx,dy from the start of the current line. This does not move the cursor relative to the current positio
src/reportlab/pdfgen/textobject.py:191
↓ 2 callers
Function
newPage
()
demos/odyssey/dodyssey.py:72
↓ 2 callers
Method
nextf
Retrieves the numeric value for the given counter, then increments it by one. New counters start at one.
src/reportlab/lib/sequencer.py:166
↓ 2 callers
Method
normalize
convert scalar to normalDate
src/reportlab/lib/normalDate.py:358
↓ 2 callers
Method
normalizeData
(self)
src/reportlab/graphics/charts/piecharts.py:569
↓ 2 callers
Function
normalizeTRBL
Useful for interpreting short descriptions of paddings, borders, margin, etc. Expects a single value or a tuple of length 2 to 4. Returns
src/reportlab/lib/geomutils.py:6
↓ 2 callers
Function
obj_R_G_B
attempt to convert an object to (red,green,blue)
src/reportlab/lib/colors.py:332
↓ 2 callers
Function
old_tables_test
()
tests/test_platypus_tables.py:106
↓ 2 callers
Function
open_and_readlines
(name,mode='t')
src/reportlab/lib/utils.py:454
↓ 2 callers
Function
parabox2
(text, caption)
tools/docco/rl_doc_utils.py:393
↓ 2 callers
Function
pencilnote
()
tools/docco/rl_doc_utils.py:399
↓ 2 callers
Function
pfb_to_flat
this is a pfb to pfa converter Reference: Adobe technical note 5040, "Supporting Downloadable PostScript Language Fonts", page 9 */
src/rl_addons/renderPM/gt1/gt1-parset1.c:43
↓ 2 callers
Method
polygon
(self, p, closed=0, stroke=1, fill=1)
src/reportlab/graphics/renderPS.py:420
↓ 2 callers
Method
pop
(self)
src/reportlab/graphics/renderPM.py:61
↓ 2 callers
Method
popTextState
(self)
src/reportlab/platypus/para.py:122
↓ 2 callers
Method
pop_state_stack
(self)
src/reportlab/pdfgen/canvas.py:289
↓ 2 callers
Function
print_ps_svp
src/rl_addons/renderPM/libart_lgpl/art_svp_ops.c:111
↓ 2 callers
Function
print_string
src/rl_addons/renderPM/gt1/gt1-parset1.c:594
↓ 2 callers
Function
print_vpath
src/rl_addons/renderPM/libart_lgpl/testart.c:169
↓ 2 callers
Function
pscontext_free
src/rl_addons/renderPM/gt1/gt1-parset1.c:1934
↓ 2 callers
Method
push
Take a new state dictionary of changes and push it onto the stack. After doing this, the combined state is accessible through getStat
src/reportlab/graphics/renderbase.py:69
↓ 2 callers
Method
pushTextState
(self)
src/reportlab/platypus/para.py:111
↓ 2 callers
Method
push_state_stack
(self)
src/reportlab/pdfgen/canvas.py:282
↓ 2 callers
Method
readHeader
read the sfnt header at the current position
src/reportlab/pdfbase/ttfonts.py:245
↓ 2 callers
Method
readLine
(self, line)
src/reportlab/lib/yaml.py:87
↓ 2 callers
Method
readTableDirectory
(self)
src/reportlab/pdfbase/ttfonts.py:223
↓ 2 callers
Method
read_tag
Read a 4-character tag
src/reportlab/pdfbase/ttfonts.py:306
↓ 2 callers
Function
recursiveSetAttr
Can call down into e.g. object1.object2[4].attr = value
src/reportlab/lib/utils.py:303
↓ 2 callers
Method
register
(self, objnum, version)
src/reportlab/pdfbase/pdfdoc.py:127
↓ 2 callers
Function
registerEncoding
(enc)
src/reportlab/pdfbase/pdfmetrics.py:588
↓ 2 callers
Function
registerTypeFace
(face)
src/reportlab/pdfbase/pdfmetrics.py:580
↓ 2 callers
Method
reset
(self, counter=None, base=0)
src/reportlab/lib/sequencer.py:189
↓ 2 callers
Function
run
()
tests/test_platypus_general.py:554
↓ 2 callers
Method
runOpCodes
render the line(s)
src/reportlab/platypus/para.py:668
↓ 2 callers
Function
sample1bar
(data=[(13, 5, 20, 22, 37, 45, 19, 4)])
tests/test_graphics_charts.py:61
↓ 2 callers
Function
sample1line
(data=[(13, 5, 20, 22, 37, 45, 19, 4)])
tests/test_graphics_charts.py:95
← previous
next →
801–900 of 4,293, ranked by callers