ContentSize

ContentSize

Manipulate 及其它函数的一个选项,指定使用的内容区域的尺寸.

更多信息

  • 可以给出下列设置:
  • ww 指定宽度
    UpTo[s]s 指定最大宽度和高度
    {w,h}明确的宽度和高度
    {UpTo[wmax],UpTo[hmax]}最大高度和宽度
    {{wmin,wmax},{hmin,hmax}}宽度和高度范围
  • 高度和宽度的指定可以是以下任何形式:
  • Automatic自动调整大小
    dd 个打印机点 (缩放前)
    72didi 英寸 (缩放前)
    Full填充封闭区域
    Scaled[s]封闭区域的 s 的尺度坐标
  • 在设置 ContentSize->Automatic 时,类似 Manipulate 的函数使用适合给定内容的内容区域,也允许为控件预留区域. 内容区域从不大于现有笔记本或其它区域.
  • ContentSize->UpTo[s] 等价于 ContentSize->{UpTo[s],UpTo[s]}.
  • ContentSize->{UpTo[s],Automatic} 指定最大宽度,但是允许增长高度以容纳内容.
  • 如果 ContentSize 指定的内容区域不完全适合内容,则除非用 AppearanceElements 进行了其他指定,否则类似 Manipulate 的函数显示一个可调整的区域,并在必要时显示滚动条.

范例

打开所有单元关闭所有单元

基本范例  (2)

在缺省情况下,Manipulate 为它的内容保留恰好足够的空间:

指定用户化的内容区域并允许手动调整尺寸:

如果内容区域太小,Manipulate 自动附上滚动条:

指定 ImageSize->Full 以允许重新调整内容区域:

范围  (3)

允许内容区域增长至给定的宽度和高度:

指定固定的宽度和最大的高度:

指定最大的宽度,但是使用内容的自然高度:

指定最大高度,但是使用自然宽度:

Wolfram Research (2008),ContentSize,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ContentSize.html (更新于 2018 年).

文本

Wolfram Research (2008),ContentSize,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ContentSize.html (更新于 2018 年).

CMS

Wolfram 语言. 2008. "ContentSize." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2018. https://reference.wolfram.com/language/ref/ContentSize.html.

APA

Wolfram 语言. (2008). ContentSize. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ContentSize.html 年

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_contentsize, organization={Wolfram Research}, title={ContentSize}, year={2018}, url={https://reference.wolfram.com/language/ref/ContentSize.html}, note=[Accessed: 21-November-2024 ]}