WebProperties.ResizeGraphics プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HTML 出力でグラフィックスのサイズを変更する
スキーマの resizeGraphics の次の属性を表します。
[DocumentFormat.OpenXml.SchemaAttr(0, "resizeGraphics")]
public DocumentFormat.OpenXml.BooleanValue ResizeGraphics { get; set; }
public DocumentFormat.OpenXml.BooleanValue ResizeGraphics { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "resizeGraphics")]
public DocumentFormat.OpenXml.BooleanValue? ResizeGraphics { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("resizeGraphics")]
public DocumentFormat.OpenXml.BooleanValue? ResizeGraphics { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ResizeGraphics { get; set; }
member this.ResizeGraphics : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "resizeGraphics")>]
member this.ResizeGraphics : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("resizeGraphics")>]
member this.ResizeGraphics : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ResizeGraphics As BooleanValue
プロパティ値
BooleanValue を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
HTML 出力を生成するときに、ブラウザー ウィンドウに収まるようにグラフィックスのサイズを変更するかどうかを指定します。
この属性に使用できる値は、XML スキーマ boolean
データ型によって定義されます。