Lines Matching refs:get
58 fontsize = parseStyle(node.get("style"))["font-size"]
63 #selects the flowRegion's child (svg:rect) to get @X and @Y
64 id = node.get("id")
68 text.set("x", flowref.get("x"))
69 text.set("y", str(float(flowref.get("y")) + fs * count))
83 x = n.get("x") or node.get("x")
84 y = n.get("y") or node.get("y")
118 x = float(line.get("x"))
119 y = line.get("y")
124 fontsize = parseStyle(line.get("style"))["font-size"]
164 x = float(word.get("x"))
165 y = word.get("y")
170 fontsize = simplestyle.parseStyle(word.get("style"))["font-size"]