0
内容の中にインラインの太字のスタイルを追加したいと思います。どうしたらいいですか?次のコードは、太字の書式を適用する代わりに、太字のタグマークアップを出力します。Adobe Acrobat Proでjavascriptを使用して注釈テキストを太字にするには
var annot = this.addAnnot({
page: 0,
type: "FreeText",
rect: [50, 50, 300, 100], // location and size of text field in points
contents: "<b>Links to</b>: http://www.example.com",
});