It is possible to set the indent and alignment properties on a Line
element in the Wave, and those properties would affect the elements
inside the Line.

For example, the following code creates a center aligned 'Hello' using
the Python SDK:
  line = element.Line(alignment=element.Line.ALIGN_CENTER)
 blip.append(line)
 blip.append('Hello!')

So, you may be able to use the Line element to achieve the effect you
are looking for.

On Apr 8, 7:35 am, Will Tran <will.leafmed...@gmail.com> wrote:
> When I am inserting a button into a blip, is is possible to add
> styling to it such as margins and vertical alignment?
>
> Will

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.

Reply via email to