NotebookSaveOptionsGeneric
내용물
[
숨다
]Inheritance: java.lang.Object, com.aspose.note.NotebookSaveOptions
public abstract class NotebookSaveOptionsGeneric<TDocumentSaveOptions> extends NotebookSaveOptions
특정 형식에 대한 노트북 저장 옵션을 나타내고 모든 문서 하위 노드에 대한 공통 저장 옵션을 제공하는 추상 기본 클래스입니다.
TDocumentSaveOptions: 모든 노트북의 하위 문서에 대한 저장 옵션입니다.
TDocumentSaveOptions :
생성자
| 생성자 | 설명 |
|---|---|
| NotebookSaveOptionsGeneric() |
메서드
| 메서드 | 설명 |
|---|---|
| getDocumentSaveOptions() | 모든 노트북 하위 문서에 대한 저장 옵션을 가져오거나 설정합니다. |
| getDocumentSaveOptionsInternal() | 노트북의 모든 자식 문서에 대한 저장 옵션을 가져옵니다. |
| getSaveFormat() | 노트북이 저장되는 형식을 가져옵니다. |
NotebookSaveOptionsGeneric()
public NotebookSaveOptionsGeneric()
getDocumentSaveOptions()
public TDocumentSaveOptions getDocumentSaveOptions()
모든 노트북 하위 문서에 대한 저장 옵션을 가져오거나 설정합니다.
Returns: TDocumentSaveOptions
getDocumentSaveOptionsInternal()
public SaveOptions getDocumentSaveOptionsInternal()
노트북의 모든 자식 문서에 대한 저장 옵션을 가져옵니다.
Returns:
SaveOptions - The SaveOptions.
getSaveFormat()
public int getSaveFormat()
노트북이 저장되는 형식을 가져옵니다.
Returns: int