Lines Matching refs:str
23 guide.set("position", str(x)+","+str(y))
42 self.root.set("width", str(width) + 'mm')
43 self.root.set("height", str(height) + 'mm')
44 self.root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
53 namedview.set(inkex.addNS('cx', 'inkscape'), str(self.uutounit( width, 'px' )/2.0 ) )
54 namedview.set(inkex.addNS('cy', 'inkscape'), str(self.uutounit( height, 'px' )/2.0 ) )
56 self.create_horizontal_guideline("bottom", str(self.uutounit( bleed, 'px' )) )
57 self.create_horizontal_guideline("top", str(self.uutounit( height-bleed, 'px' )) )
58 self.create_vertical_guideline("left edge", str(self.uutounit( bleed, 'px' )) )
59 self.create_vertical_guideline("left spline", str(self.uutounit( (width-spine)/2.0,'px' )) )
60 self.create_vertical_guideline("right spline", str(self.uutounit( (width+spine)/2.0,'px' )) )
61 self.create_vertical_guideline("left edge", str(self.uutounit( width-bleed, 'px' )) )