部分的に翻訳済み
このページは部分的に翻訳されています。一部原文の内容が含まれています。
hide要素関数要素関数要素関数はsetルールやshowルールでカスタマイズできます。
要素関数
要素関数は
setルールやshowルールでカスタマイズできます。レイアウトに影響を与えないコンテンツの隠蔽。
hide関数を用いると、レイアウトにコンテンツを「認識」させながらコンテンツを隠せます。
これは何らかのコンテンツと全く同じ大きさを持つ空白を作る際に便利です。
例
Hello Jane \
#hide[Hello] Joe

Redaction
This function may also be useful for redacting content as its arguments are neither present visually nor accessible to Assistive Technology. That said, there can be some traces of the hidden content (such as a bookmarked heading in the PDF's Document Outline).
Note that, depending on the circumstances, it may be possible for content to be reverse engineered based on its size in the layout. We thus do not recommend using this function to hide highly sensitive information.
引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
hide()->body
body隠したいコンテンツ。