API usage文本文档 APIEnumerationRelFromH本页总览RelFromHAsk a question 用于计算对象相对水平定位的基准的可能值。 类型 枚举 值 "character" "column" "leftMargin" "rightMargin" "margin" "page" 示例 此示例为绘图对象设置水平对齐方式。 CodeResultPlayground// How to align a drawing to the center.// Set a drawing horizontal aligment.drawing.SetHorAlign("page", "center");