Document Content Types 書類のコンテンツタイプ

Define document types. 書類型を定義します。

Declaration 宣言

enum {
   NSXMLDocumentXMLKind = 0,
   NSXMLDocumentXHTMLKind,
   NSXMLDocumentHTMLKind,
   NSXMLDocumentTextKind
};

Overview 概要

You specify one of the NSXMLDocumentContentKind constants in documentContentKind to indicate the kind of content required for document output. あなたは、NSXMLDocumentContentKind定数の1つをdocumentContentKindにおいて指定して、書類出力に要求される内容の種類を指し示します。

Topics 話題

Constants 定数