Home
last modified time | relevance | path

Searched refs:LXW_ALIGN_VERTICAL_DISTRIBUTED (Results 1 – 4 of 4) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dformat.h159 LXW_ALIGN_VERTICAL_DISTRIBUTED enumerator
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dformat.c477 && value <= LXW_ALIGN_VERTICAL_DISTRIBUTED) { in format_set_align()
H A Dstyles.c1110 if (format->text_v_align == LXW_ALIGN_VERTICAL_DISTRIBUTED) in _write_alignment()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/styles/
H A Dtest_styles_write_xf.c232 format_set_align(format, LXW_ALIGN_VERTICAL_DISTRIBUTED); in CTEST()