ReportSize クラス

定義

レポート上の長さの単位を表します。

public ref class ReportSize sealed
public sealed class ReportSize
type ReportSize = class
Public NotInheritable Class ReportSize
継承
ReportSize

コンストラクター

名前 説明
ReportSize(String, Boolean)

ReportSizeの新しいインスタンスを作成します。

ReportSize(String)

ReportSizeの新しいインスタンスを作成します。

メソッド

名前 説明
FromMillimeters(Double)

サイズをミリメートルで指定することで ReportSize オブジェクトを返します。

SumSizes(ReportSize, ReportSize)

レポートサイズの合計を返します。

ToCentimeters()

レポートサイズ(センチメートル)を返します。

ToInches()

レポートサイズをインチで返します。

ToMillimeters()

レポートサイズをミリメートルで返します。

ToPoints()

レポートサイズをポイントで返します。

ToString()

レポートサイズを文字列として返します。

TryParse(String, Boolean, ReportSize)

文字列の値を解析して ReportSizeに変換しようとする試み。

TryParse(String, ReportSize)

文字列の値を解析して ReportSizeに変換しようとする試み。

適用対象