Home
last modified time | relevance | path

Searched refs:TA_RIGHT (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_paragraphs.py16 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
97 styDotsR = ParagraphStyle('styDotsR',parent=styNormal,alignment=TA_RIGHT,endDots=' +')
103 …Style('istyDotsR',parent=styNormal,firstLineIndent=12,leftIndent=6,alignment=TA_RIGHT,endDots=' +')
110 styDotsRCJK = ParagraphStyle('styDotsR',parent=styNormalCJK,alignment=TA_RIGHT,endDots=' +')
116 …le('istyDotsR',parent=styNormalCJK,firstLineIndent=12,leftIndent=6,alignment=TA_RIGHT,endDots=' +')
291 styRJ = ParagraphStyle('RJ', parent=stySTD, alignment=TA_RIGHT)
293 styRTL = ParagraphStyle('RTL', parent = stySTD, alignment = TA_RIGHT,
417 s.alignment = TA_RIGHT
H A Dtest_platypus_pleaseturnover.py14 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
111 pto.alignment = TA_RIGHT
H A Dtest_platypus_cjk_wrap.py16 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
H A Dtest_platypus_wrapping.py16 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
H A Dtest_platypus_preformatted.py16 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
H A Dtest_platypus_xref.py14 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/intrinsic-test/acle/tools/
H A Drst2pdf-acle-intrinsics.style107 alignment: TA_RIGHT
115 alignment: TA_RIGHT
H A Drst2pdf-acle.style116 alignment: TA_RIGHT
124 alignment: TA_RIGHT
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Denums.py10 TA_RIGHT = 2 variable
/dports/graphics/libwmf/libwmf-0.2.12/include/libwmf/
H A Ddefs.h154 #undef TA_RIGHT
155 #define TA_RIGHT 2 macro
/dports/graphics/libwmf-nox11/libwmf-0.2.12/include/libwmf/
H A Ddefs.h154 #undef TA_RIGHT
155 #define TA_RIGHT 2 macro
/dports/print/py-reportlab/reportlab-3.5.68/demos/odyssey/
H A Dfodyssey.py11 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
60 ParaStyle.alignment = TA_RIGHT
H A Ddodyssey.py19 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY
98 ParaStyle.alignment = TA_RIGHT
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmWmf.h136 # define TA_RIGHT 0x0002 macro
/dports/print/py-reportlab/reportlab-3.5.68/tools/pythonpoint/styles/
H A Dprojection.py19 from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFY
H A Dmodern.py23 from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFY
H A Dstandard.py4 from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFY
H A Dhtu.py4 from reportlab.lib.enums import TA_LEFT, TA_CENTER, TA_RIGHT, TA_JUSTIFY
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dstylesheet95 "alignment": "TA_RIGHT"
120 "alignment": "TA_RIGHT",
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dfigures.py17 from reportlab.lib.enums import TA_LEFT, TA_RIGHT, TA_CENTER
80 … alignment=TA_LEFT if captionAlign=='left' else TA_RIGHT if captionAlign=='right' else TA_CENTER,
99 elif self.hAlign in ('RIGHT',TA_RIGHT):
/dports/print/py-reportlab/reportlab-3.5.68/tools/docco/
H A Dstylesheet.py6 from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_RIGHT, TA_JUSTIFY
/dports/games/xblast/xblast-2.10.4/
H A Dw32_text.c275 SetTextAlign (hdc_fg, TA_TOP | TA_RIGHT); in DrawAlignedText()
276 SetTextAlign (hdc_bg, TA_TOP | TA_RIGHT); in DrawAlignedText()
/dports/editors/calligra/calligra-3.2.1/words/plugins/scripting/scripts/
H A Dkwreportlab.py14 from reportlab.lib.enums import TA_LEFT,TA_CENTER,TA_RIGHT,TA_JUSTIFY
230 self.style.alignment = TA_RIGHT
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/
H A Dparagraph.py42 from reportlab.lib.enums import TA_CENTER, TA_JUSTIFY, TA_LEFT, TA_RIGHT
250 if alignment == TA_RIGHT:
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/inc/
H A Dmtftools.hxx152 #define TA_RIGHT 0x0002 macro
154 #define TA_RIGHT_CENTER (TA_RIGHT | TA_CENTER)

12345678910>>...15