PageWidth

PageWidth

出力ストリームおよびセルのオプションとして使われ,テキスト行の最大幅を指定する.

詳細

  • ストリームとセルに対して有効な設定
  • Infinity長さ無制限(改行なし)
    n文字単位の任意幅を指定
  • SetOptions[stream,PageWidth->val]は,オープンストリームに許されている行の幅をリセットする.
  • セルに対して有効な設定
  • WindowWidthスクリーン上のウィンドウ幅
    PaperWidth印刷時に有効なページ幅
    n印刷用ポイント数として与えられる明示的な幅
  • PageWidth->WindowWidthの設定では,表示用ウィンドウの幅が行幅として採用される.そのときは,CellMarginsによる余白設定も考慮される.
  • セルのPageWidth設定は,CellMarginsCellFrameCellFrameLabelsを含むセルの全要素の境界を設定する.セルブラケットに割り当てられたスペースは含まれない
  • PageWidth->UpTo[n]は,PageWidth->WindowWidthPageWidth->n の小さい方と同等である.
  • 実質的なPageWidthがウィンドウ幅よりも狭いとき,セルのコンテンツの並べ方はAlignmentオプションに制御される.

例題

すべて開くすべて閉じる

  (2)

ストリーム用にPageWidthを60字に設定する:

ストリーム用にPageWidthを30字に設定する:

結果の2つのファイルを比較する:

一時ファイルを削除する:

出力セルを固定幅で作る:

This is a bit of text

スコープ  (4)

固定ページ幅を設定する:

Four score and seven years ago, our fathers brought forth upon this continent a new nation: conceived in liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war...testing whether that nation, or any nation so conceived and so dedicated. . .

幅をウィンドウ幅を全体を使うように設定する:

Four score and seven years ago, our fathers brought forth upon this continent a new nation: conceived in liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war...testing whether that nation, or any nation so conceived and so dedicated. . .

幅をデフォルトのプリンタの用紙幅に設定する:

Four score and seven years ago, our fathers brought forth upon this continent a new nation: conceived in liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war...testing whether that nation, or any nation so conceived and so dedicated. . .

幅を最大600ポイントに,もしウィンドウ幅が狭ければそれより狭く設定する:

Four score and seven years ago, our fathers brought forth upon this continent a new nation: conceived in liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war...testing whether that nation, or any nation so conceived and so dedicated. . .

特性と関係  (3)

PageWidthセル設定には,CellMarginsのための水平スペースが含まれる:

This is a bit of textThis is a bit of textThis is a bit of textThis is a bit of text

PageWidthCellFrameの幅とCellFrameLabelsの位置に影響する:

This is a bit of textThis is a bit of textThis is a bit of textThis is a bit of text

Alignmentは,PageWidthが狭いときに影響されるセルの並べ方を決定する:

abc
Wolfram Research (1988), PageWidth, Wolfram言語関数, https://reference.wolfram.com/language/ref/PageWidth.html (2020年に更新).

テキスト

Wolfram Research (1988), PageWidth, Wolfram言語関数, https://reference.wolfram.com/language/ref/PageWidth.html (2020年に更新).

CMS

Wolfram Language. 1988. "PageWidth." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/PageWidth.html.

APA

Wolfram Language. (1988). PageWidth. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PageWidth.html

BibTeX

@misc{reference.wolfram_2024_pagewidth, author="Wolfram Research", title="{PageWidth}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/PageWidth.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_pagewidth, organization={Wolfram Research}, title={PageWidth}, year={2020}, url={https://reference.wolfram.com/language/ref/PageWidth.html}, note=[Accessed: 17-November-2024 ]}