 PlantUML 1.2020.23 言語リファレンスガイド1.9 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. @startuml Alice -> Bob: Authentication Request PlantUML 言語リファレンスガイド (1.2020.23) 9 / 305 1.13 "Another interface" as Interf2 interface Interf3 interface "Last\ninterface" as Interf4 [component] footer //Adding "component" to force diagram to be a **component diagram**// @enduml PlantUML 言語リファレンスガイド0 码力 | 306 页 | 3.19 MB | 1 年前3 PlantUML 1.2020.23 言語リファレンスガイド1.9 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. @startuml Alice -> Bob: Authentication Request PlantUML 言語リファレンスガイド (1.2020.23) 9 / 305 1.13 "Another interface" as Interf2 interface Interf3 interface "Last\ninterface" as Interf4 [component] footer //Adding "component" to force diagram to be a **component diagram**// @enduml PlantUML 言語リファレンスガイド0 码力 | 306 页 | 3.19 MB | 1 年前3
 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)1.9 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice "Another interface" as Interf2 interface Interf3 interface "Last\ninterface" as Interf4 [component] footer //Adding "component" to force diagram to be a **component diagram**// @enduml PlantUML 言語リファレンスガイド タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 294 页 | 3.11 MB | 1 年前3 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)1.9 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice "Another interface" as Interf2 interface Interf3 interface "Last\ninterface" as Interf4 [component] footer //Adding "component" to force diagram to be a **component diagram**// @enduml PlantUML 言語リファレンスガイド タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 294 页 | 3.11 MB | 1 年前3
 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)PlantUML 言語リファレンスガイド (1.2021.1) 7 / 392 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.1) 80 / 392 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 393 页 | 4.27 MB | 1 年前3 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)PlantUML 言語リファレンスガイド (1.2021.1) 7 / 392 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.1) 80 / 392 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 393 页 | 4.27 MB | 1 年前3
 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)PlantUML 言語リファレンスガイド (1.2021.2) 7 / 398 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.2) 80 / 398 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 399 页 | 4.33 MB | 1 年前3 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)PlantUML 言語リファレンスガイド (1.2021.2) 7 / 398 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.2) 80 / 398 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 399 页 | 4.33 MB | 1 年前3
 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)1.10 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice QA-1487] PlantUML 言語リファレンスガイド (1.2023.11) 89 / 544 3.38 クラスメンバ間の矢印 3 クラス図 • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml [Ref. QA-3770] 3.38 クラスメンバ間の矢印 @startuml class Foo { + field1 + field2 } class0 码力 | 545 页 | 7.75 MB | 1 年前3 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)1.10 タイトル、ヘッダー、フッター title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice QA-1487] PlantUML 言語リファレンスガイド (1.2023.11) 89 / 544 3.38 クラスメンバ間の矢印 3 クラス図 • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml [Ref. QA-3770] 3.38 クラスメンバ間の矢印 @startuml class Foo { + field1 + field2 } class0 码力 | 545 页 | 7.75 MB | 1 年前3
 PlantUML 1.2021.3 言語リファレンスガイドPlantUML 言語リファレンスガイド (1.2021.2) 7 / 411 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.2) 80 / 411 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 412 页 | 4.46 MB | 1 年前3 PlantUML 1.2021.3 言語リファレンスガイドPlantUML 言語リファレンスガイド (1.2021.2) 7 / 411 1.10 図の分割 1 シーケンス図 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice deployment] 3.36 クラスの色とスタイルを変更する(インラインスタイル) 個別のクラスごとに色とスタイルを変更するには、次の記法を使用します: • #[color|back:color];header:color;line:color;line.[bold|dashed|dotted];text:color @startuml abstract abstract annotation annotation dashed:blue class FooDotted #line.dotted:blue class FooBold #line.bold class Demo1 #back:lightgreen|yellow;header:blue/red @enduml PlantUML 言語リファレンスガイド (1.2021.2) 80 / 411 3.37 クラスメンバ間の矢印 3 クラス図 [Ref. QA-3770]0 码力 | 412 页 | 4.46 MB | 1 年前3
 PlantUML 1.2019.6 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 174 页 | 1.99 MB | 1 年前3 PlantUML 1.2019.6 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 174 页 | 1.99 MB | 1 年前3
 PlantUML 1.2019.4 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 168 页 | 1.90 MB | 1 年前3 PlantUML 1.2019.4 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 168 页 | 1.90 MB | 1 年前3
 PlantUML 1.2019.9 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 175 页 | 2.02 MB | 1 年前3 PlantUML 1.2019.9 言語リファレンスガイドTitle, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer title キーワードはページにタイトルをつけるのに使われます。 header や footer を使うことにより、ページにヘッダーやフッターをつけて表示することができます。 @startuml header Page Header footer Page %page% hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1 タイトルなどを追加する (他の UML ダイアグラムと同様に)タイトル、ヘッダー/フッター、説明文、キャプションを書くこと ができます。 @startuml Title これはタイトル header: ここにヘッダーを書く footer: ここにフッターを書く legend 図の説明は、ここに書きます。 複数行かけますよ。 end legend caption 一行の説明は、caption に書きましょう。0 码力 | 175 页 | 2.02 MB | 1 年前3
 PlantUML 1.2019.3 言語リファレンスガイドPage Title, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. Pages can display headers and footers using header and footer. @startuml @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml 1.9 図の分割 図を複数の画像に分けるためにキーワード newpage を使います。 新しいページのタイトルをキーワード hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 10 码力 | 160 页 | 1.80 MB | 1 年前3 PlantUML 1.2019.3 言語リファレンスガイドPage Title, Header and Footer 1 シーケンス図 1.8 Page Title, Header and Footer The title keyword is used to add a title to the page. Pages can display headers and footers using header and footer. @startuml @startuml header Page Header footer Page %page% of %lastpage% title Example Title Alice -> Bob : message 1 Alice -> Bob : message 2 @enduml 1.9 図の分割 図を複数の画像に分けるためにキーワード newpage を使います。 新しいページのタイトルをキーワード hello @enduml 1.26 フッターの除去 図のフッターを削除するにはキーワード hide footbox を使います。 @startuml hide footbox title Footer removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 10 码力 | 160 页 | 1.80 MB | 1 年前3
共 17 条
- 1
- 2














