Home
last modified time | relevance | path

Searched refs:TextIndent (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_para.cpp23 {XFA_Attribute::TextIndent, XFA_AttributeType::Measure, (void*)L"0in"},
88 return JSObject()->GetMeasureInUnit(XFA_Attribute::TextIndent, XFA_Unit::Pt); in GetTextIndent()
Dattributes.inc26 ATTR____(0x08d4f1c7u, "textIndent", TextIndent, Basic)
Delement_attributes.inc78 ELEM_ATTR____(Para, TextIndent, CJX_Object::ScriptAttributeString)
/external/pdfium/core/fxcrt/css/
Dcfx_css.h88 TextIndent, enumerator
Dcfx_cssdata.cpp37 {PROP(CFX_CSSProperty::TextIndent,
Dcfx_cssstyleselector.cpp212 case CFX_CSSProperty::TextIndent: in ApplyProperty()