Use von textFont in Acrobat Pro zur Formatierung von Textpassagen

Hallo zusammen,

ICH versuche just in einem Textfeld text Expertenanhorung zu formatieren. DAS klappt, alles before auch ganz gut, bis auf die attribute textFont sharp scheint in einem nicht zu oder ich mache something please function table.

Yesterday mein example script (Problemstelle fett markiert ist):

var ObjectName = "Text2";

var JoinArrayStyle = new Array();

JoinArrayStyle [0] = new Object();

JoinArrayStyle [0] .text = 'all ';

JoinArrayStyle [0] .textSize = 10;

JoinArrayStyle [0] .textColor = color.red;

JoinArrayStyle [1] = new Object();

JoinArrayStyle [1] .text = "this text is"BOLD";"

JoinArrayStyle [1] .fontWeight = 900;

JoinArrayStyle [1] .textSize = 10;

JoinArrayStyle [1] .textColor = color.dkGray;

JoinArrayStyle [2] = new Object();

JoinArrayStyle [2] .text = ", this text will not be"BOLD"";

JoinArrayStyle [2] .textSize = 10;

JoinArrayStyle [2] .textColor = color.black;

JoinArrayStyle [3] = new Object();

JoinArrayStyle [3] .text = '\r\r Andere writing (Arial bold);

. TextSize JoinArrayStyle [3] = 18;

. TextColor JoinArrayStyle [3] = color.black;

. TextFont JoinArrayStyle [3] = 'Arial, bold ";

this.getField ("ObjectName") .richValue = JoinArrayStyle;

Ware super echt, wenn someone though was please ist oder ob sharp characteristic in einem solch Array, wie dem obigen, überhaupt nicht works.

Vielen Dank im Voraus as jede Hilfe.

Gruss

Patrick

Scope objects have no property textFont. You can specify only for

all of the text as a whole, not for each object separately.

Friday, November 21, 2014 12:49, Helpangel [email protected]>

Tags: Acrobat

Similar Questions

Maybe you are looking for

  • CD-ROM failure

    I can't play or even read that there is a cd or dvd in the drive. every time I try to run it it says please insert a disk into drive e. and it ejects all he is there. Help, please

  • Windows 7 Home Premium 64 bit ISO

    I'm looking for a link to download Windows 7 Home Premium 64 Bit ISO. The links that are provided on the community are broken and frustrating to navigate the link than most ads. Really sucks and I am led to wrong Windows. Why something cannot be simp

  • ISE has not found any AAA Client or network devices

    During authentication using 802.1 x and MAB, I get a failure of authentication with the error 11007 (impossible to locate AAA Client or network device). The cause that ISE spits me is "Cannot find the network device or the AAA Client while accessing

  • Free memory of blackBerry Smartphones on my device

    Hello I have a bb Storm I do not have any special applet download however the unit will display status as follows: 16, 1 MB of memory free space application. 879,9 deivces MB memory avaiable How to free the memory? currently I can't download anything

  • ORA-00936 error select * statement

    Hi allI am a newbie in Oracle and used Sybase (7,0) front. The following SELECT statement is worked on Sybase, but has not worked on Oracle. Oracle has shown an error ORA-00936.SELECT column1 * From Table1;Could someone tell me how to edit?Thank you