TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
* fromLTRB(double left, double top, double right, double bottom):分别指定四个方向的填充。 * all(double value) : 所有方向均使用相同数值的填充。 * only({left, top, right ,bottom }):可以设置具体某个方向的填充(可以同时指定多个方向)。 * symmetric({ vertical, horizontal }):用于设置对称方向的填充,vertical指top和bottom,horizontal指left和right。