Class TemplateContentOptions

Class TemplateContentOptions

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML.dll (25.1.0)

マージ処理のためのインラインコンテンツオブジェクト。

[ComVisible(true)]
public sealed class TemplateContentOptions

継承

objectTemplateContentOptions

継承されたメンバー

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

コンストラクター

TemplateContentOptions(string, TemplateContent)

インライン(String)ベースの初期化

public TemplateContentOptions(string dataContent, TemplateContent contentType)

パラメーター

dataContent string

インライン(String)コンテンツ。

contentType TemplateContent

コンテンツタイプ。

プロパティ

ContentType

コンテンツタイププロパティ。

public TemplateContent ContentType { get; }

プロパティ値

TemplateContent

DataContent

データコンテンツプロパティ。

public string DataContent { get; }

プロパティ値

string

Format

Aspose.Html.Converters.TemplateContentOptions.ContentTypeプロパティの文字列表現。

public string Format { get; }

プロパティ値

string

 日本語