Class NotebookLoadOptions
名称: Aspose.Note 合計: Aspose.Note.dll (25.4.0)
ノートブックを充電するためのオプションです。
public class NotebookLoadOptions
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
暗号化されたノートブックを作る方法を示す。
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_NoteBook();
var notebook = new Notebook(dataDir + "test.onetoc2", new NotebookLoadOptions() { DeferredLoading = true });
notebook.LoadChildDocument(dataDir + "Aspose.one");
notebook.LoadChildDocument(dataDir + "Locked Pass1.one", new LoadOptions() { DocumentPassword = "pass" });
notebook.LoadChildDocument(dataDir + "Locked Pass2.one", new LoadOptions() { DocumentPassword = "pass2" });
Constructors
NotebookLoadOptions()
public NotebookLoadOptions()
Properties
DeferredLoading
子どもの文書を取得するか、あるいは表示する値を設定します。明確に後で充電する必要があります。
public bool DeferredLoading { get; set; }
不動産価値
Examples
暗号化されたノートブックを作る方法を示す。
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_NoteBook();
var notebook = new Notebook(dataDir + "test.onetoc2", new NotebookLoadOptions() { DeferredLoading = true });
notebook.LoadChildDocument(dataDir + "Aspose.one");
notebook.LoadChildDocument(dataDir + "Locked Pass1.one", new LoadOptions() { DocumentPassword = "pass" });
notebook.LoadChildDocument(dataDir + "Locked Pass2.one", new LoadOptions() { DocumentPassword = "pass2" });
Remarks
デフォルト値は「偽物」ですので、子どもの文書は暗示的に充電されます。Value「true」は、ユーザーが Aspose.Note.Notebook.LoadChildDocument(System.String) または __ WL31.ノートブックのためのノードはすべてのノットボックスの子供ノドが充信された後に「Fake」です。NotbookLoatOptions.InstantLoadingオプションは無視されます.ノータブックスがストリームから充电している場合は、その値が常に「真実」であるにもかかわらず、誰もが明確に設定して「誤り」になります。
InstantLoading
子どもの文書を取得するか、あるいは表示する値を設定します。両親文書が充電されている間、積み重ねなければならない。
public bool InstantLoading { get; set; }
不動産価値
Remarks
デフォルト値は「偽物」ですので、子どもの文書が「軽く」充電されます、すなわち、その充填は、特定の子に直接アクセスするまで延期されなければなりません。