HYPERLINK関数は、指定されたリンク先にジャンプするためのハイパーリンクを作成します。HYPERLINK関数は通常、以下のような構文を持っています。 =HYPERLINK(URL, [リンクラベル]) HYPERLINK関数を使用することで、スプレッドシート内でリンクを作成し、特定のセル ...
// Create a sample document containing e‑mail addresses. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.Writeln("Please contact us at support@example.com ...
// Create a new blank document. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); // Insert a rectangle shape that will act as the clickable hyperlink. // Width and ...