Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

EditBox annotation Text Color 7 years 8 months ago #10958

  • sbettal
  • sbettal's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
Am trying to create text box with transparent border, fill color and with different text color. But the color given for text color not reflecting, its taking default color. I need a quick solution for this. please.
page1.AddAnnotEditbox(rect, 0, 0, 0, 15, 0x80FF0000);

Please Log in or Create an account to join the conversation.

EditBox annotation Text Color 7 years 8 months ago #10961

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
please look at this www.radaeepdf.com/documentation/javadocs...float-int-float-int-

As written :

text_clr - text color, formated as 0xAARRGGBB. AA must same to line_clr AA


So I suggest you to change your line of code to :
page1.AddAnnotEditbox(rect, 0x80000000, 0, 0, 15, 0x80FF0000);

Please Log in or Create an account to join the conversation.

Last edit: by Davide.
  • Page:
  • 1
Powered by Kunena Forum