メインコンテンツ

ispdf

クラス: mlreportgen.report.Report
名前空間: mlreportgen.report

PDF レポートかどうかのチェック

構文

typematch = ispdf(report)

説明

typematch = ispdf(report) は、レポートが pdf の拡張子をもつ PDF レポートかどうかをチェックします。

入力引数

すべて展開する

レポート。mlreportgen.report.Report オブジェクトとして指定します。

出力引数

すべて展開する

レポートが PDF レポートかどうか。1 または 0 として返されます。レポートが PDF レポートである場合、typematch1 になります。そうでない場合、typematch0 になります。

バージョン履歴

R2017b で導入