Justify FullJustify Text Alignment
Contents
[
Hide
]
Pembuat laporan tidak mendukung kemampuan untuk menentukan perataan teks untuk kotak teks “Justify” dan “FullJustify”. Dengan Aspose.Pdf untuk Layanan Pelaporan, Anda dapat melakukannya dengan mudah dengan menambahkan properti kustom.
Nama Properti Kustom : TextAlignment
Tipe Properti Kustom : String
Nilai Properti Kustom : Justify, FullJustify
Dalam laporan, kode harus seperti berikut ini:
Contoh
<Textbox Name="textbox1">
<value> AsposePdf4RS </value>
<CustomProperties>
<CustomProperty>
<Name>TextAlignment</Name>
<Value>Justify</Value>
</CustomProperty>
</CustomProperties>
</Textbox>