我在visualforce页面中添加了输出文本。然而,它是左对齐但在右侧没有正当理由。如何在word文档中使其合理化?
<apex:outputPanel layout="block" styleClass="row col-md-3 col-md-offset-4 col-xs-10 col-xs-offset-1">
<apex:outputText style="font-size:8pt;font-weight:bold;width:30;color:blue;" value="Some text"></apex:outputText>
</apex:outputPanel>
答案 0 :(得分:0)
为什么不
text-align: justify;
或
description
不起作用?