Text
控件用于输出文本数据。它的主要属性是value
和 size
,但它也有一些格式化属性来控制它的外观。例如:
t = Text(
value="This is a Text control sample",
size=30,
color="white",
bgcolor="pink",
weight="bold",
italic=True,
)
page.add(t)
Text
控件用于输出文本数据。它的主要属性是value
和 size
,但它也有一些格式化属性来控制它的外观。例如:
t = Text(
value="This is a Text control sample",
size=30,
color="white",
bgcolor="pink",
weight="bold",
italic=True,
)
page.add(t)
版权声明:如无特殊说明,文章均为何三笔记原创,转载请注明出处