Searched defs:CPVT_SecProps (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h167 struct CPVT_SecProps { struct
169 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) function in struct:CPVT_SecProps
173 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, FX_INT32 alignment) : function in struct:CPVT_SecProps
178 CPVT_SecProps(const CPVT_SecProps & other) : function in struct:CPVT_SecProps
275 CPVT_SecProps SecProps;
378 virtual void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
384 virtual CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
388 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;

Completed in 48 milliseconds