言語アイコン
翻訳率
21%
言語アイコン
未翻訳

このページはまだ翻訳されていません。原文の内容が表示されています。

ellipse
要素関数

An ellipse with optional content.

Example

// Without content.
#ellipse(width: 35%, height: 30pt)

// With content.
#ellipse[
  #set align(center)
  Automatically sized \
  to fit the content.
]
Preview

引数

width
設定可能引数

The ellipse's width, relative to its parent container.

デフォルト値:

auto

height
設定可能引数

The ellipse's height, relative to its parent container.

デフォルト値:

auto

fill
設定可能引数

How to fill the ellipse. See the rectangle's documentation for more details.

デフォルト値:

none

stroke
設定可能引数

How to stroke the ellipse. See the rectangle's documentation for more details.

デフォルト値:

auto

inset
設定可能引数

How much to pad the ellipse's content. See the box's documentation for more details.

デフォルト値:

0% + 5pt

outset
設定可能引数

How much to expand the ellipse's size without affecting the layout. See the box's documentation for more details.

デフォルト値:

(:)

body
位置引数
設定可能引数

The content to place into the ellipse.

When this is omitted, the ellipse takes on a default size of at most 45pt by 30pt.

デフォルト値:

none