CPDFConvertExcelOptions Class Reference Inherits from CPDFConvertOptions : NSObject Declared in CPDFConvertExcelOptions.h Overview PDF to Excel conversion parameter object(derived class of CPDFConvertOptions). contentOptions Options to extract content. @property (nonatomic, assign) CPDFConvertExcelContentOptions contentOptions Discussion Options to extract content. Declared In CPDFConvertExcelOptions.h worksheetOptions Options to create Worksheet. @property (nonatomic, assign) CPDFConvertExcelWorksheetOptions worksheetOptions Discussion Options to create Worksheet. Declared In CPDFConvertExcelOptions.h isAllowOCR Whether to use OCR. @property (nonatomic, assign) BOOL isAllowOCR Discussion Whether to use OCR. Declared In CPDFConvertExcelOptions.h language Set the OCR language,this takes effect only when IsAllowOCR is true. @property (nonatomic, assign) COCRLanguage language Discussion Set the OCR language,this takes effect only when IsAllowOCR is true. Declared In CPDFConvertExcelOptions.h isContainAnnotations Whether to contain annotations when converting. @property (nonatomic, assign) BOOL isContainAnnotations Discussion Whether to contain annotations when converting. Declared In CPDFConvertExcelOptions.h isContainImages Whether to contain images when converting. @property (nonatomic, assign) BOOL isContainImages Discussion Whether to contain images when converting. Declared In CPDFConvertExcelOptions.h isAILayoutAnalysis Enable the layout analysis of ComPDFKit Document AI or not. @property (nonatomic, assign) BOOL isAILayoutAnalysis Discussion Enable the layout analysis of ComPDFKit Document AI or not. Declared In CPDFConvertExcelOptions.h