Searched defs:DivStyle (Results 1 – 1 of 1) sorted by relevance
30 struct DivStyle : Style { struct32 bool isFlexWrap = false;36 std::string columnsArgs;37 std::string rowsArgs;38 double columnGap = 0.0;39 double rowGap = 0.0;40 int32_t rowStart = -1;41 int32_t rowEnd = -1;42 int32_t columnStart = -1;43 int32_t columnEnd = -1;[all …]