Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144623 | May 14,2019 06:18 AM UTC | May 15,2019 06:02 PM UTC | Xamarin.iOS | 1 |
![]() |
Tags: DocIO |
//Here I Draw Table and Add table in paragraph and also Define Font for text.
IWParagraph paragraph = ChildTable[j, k].AddParagraph();
paragraph.ParagraphFormat.HorizontalAlignment = HorizontalAlignment.Right;
WTextRange txtfont = paragraph.AppendText(ChildList[k].Questions) as WTextRange;
txtfont.CharacterFormat.FontSize = 18f;
if (Device.RuntimePlatform == Device.Android)
{
txtfont.CharacterFormat.FontName = PdfFontFamily.Helvetica.ToString();
}
else
{
txtfont.CharacterFormat.FontName = PdfFontFamily.Helvetica.ToString();
}
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.