次の方法で共有


WebProperties.ResizeGraphics プロパティ

定義

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 データ型によって定義されます。

適用対象