DocumentTable

DocumentTable(string, int)

기본값을 사용하여 이 클래스의 새 인스턴스를 만듭니다.DocumentTableOptions .

public DocumentTable(string documentPath, int indexInDocument)
모수 유형 설명
documentPath String 액세스할 테이블이 포함된 문서의 경로입니다.
indexInDocument Int32 문서에 있는 테이블의 0부터 시작하는 인덱스입니다.

또한보십시오


DocumentTable(string, int, DocumentTableOptions)

이 클래스의 새 인스턴스를 만듭니다.

public DocumentTable(string documentPath, int indexInDocument, DocumentTableOptions options)
모수 유형 설명
documentPath String 액세스할 테이블이 포함된 문서의 경로입니다.
indexInDocument Int32 문서에 있는 테이블의 0부터 시작하는 인덱스입니다.
options DocumentTableOptions 테이블에서 데이터 추출을 제어하는 옵션 집합입니다. null이면 기본 옵션이 적용됩니다.

또한보십시오


DocumentTable(Stream, int)

기본값을 사용하여 이 클래스의 새 인스턴스를 만듭니다.DocumentTableOptions .

public DocumentTable(Stream documentStream, int indexInDocument)
모수 유형 설명
documentStream Stream 액세스할 테이블이 있는 문서를 포함하는 스트림입니다.
indexInDocument Int32 문서에 있는 테이블의 0부터 시작하는 인덱스입니다.

또한보십시오


DocumentTable(Stream, int, DocumentTableOptions)

이 클래스의 새 인스턴스를 만듭니다.

public DocumentTable(Stream documentStream, int indexInDocument, DocumentTableOptions options)
모수 유형 설명
documentStream Stream 액세스할 테이블이 있는 문서를 포함하는 스트림입니다.
indexInDocument Int32 문서에 있는 테이블의 0부터 시작하는 인덱스입니다.
options DocumentTableOptions 테이블에서 데이터 추출을 제어하는 옵션 집합입니다. null이면 기본 옵션이 적용됩니다.

또한보십시오