使用字段的firstIndent
属性,我可以使段落的开始相对于标准边距缩进,这样,如果行换行,续行从上一行第一个字符的左侧开始。
但如果我为firstIndent
设置负值,则没有效果。
是否有一种方法可以实现该行从左侧开始,但如果它换行,则后续行向右缩进的效果?
你可以设置一个值为" leftindent",并为" firstindent "设置负值(注意设置左缩进时需要指定行号)
set the leftIndent of line 1 of field "A" to 200
set the firstIndent of field "A" to -50
请注意,字段中行的"leftindent"属性仅在LiveCode 5.5版本中引入,并且从LC 5.5开始,"firstIndent"属性现在可以应用于行以及整个字段:
set the firstIndent of line 2 of field "xyzzy" to -10