Class OdMetadata
Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Metadata otvoreného dokumentu
[JsonObject(MemberSerialization.OptIn)]
public class OdMetadata : OdObject
Inheritance
object ← OdObject ← OdMetadata
Z dedičných členov
OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdMetadata(OdObject)
Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.OpenDocument.Objects.OdMetadata.
public OdMetadata(OdObject parent)
Parameters
parent
OdObject
a rodičom .
Properties
AutomaticReload
Dostane alebo nastaví automatické nahrávanie.
[JsonProperty]
public string AutomaticReload { get; set; }
Hodnota nehnuteľnosti
CreationDateTime
Získajte alebo nastavíte dátum vytvorenia času.
[JsonProperty]
public string CreationDateTime { get; set; }
Hodnota nehnuteľnosti
Creator
Získať alebo nastaviť tvorcu.
[JsonProperty]
public string Creator { get; set; }
Hodnota nehnuteľnosti
Description
Získajte alebo nastavíte popis.
[JsonProperty]
public string Description { get; set; }
Hodnota nehnuteľnosti
DocumentStatistics
Získajte alebo nastavíte štatistiky dokumentu.
[JsonProperty]
public string DocumentStatistics { get; set; }
Hodnota nehnuteľnosti
DocumentTemplate
Získajte alebo nastavíte šablónu dokumentu.
[JsonProperty]
public string DocumentTemplate { get; set; }
Hodnota nehnuteľnosti
EditingCycles
Dostane alebo nastaví editačné cykly.
[JsonProperty]
public string EditingCycles { get; set; }
Hodnota nehnuteľnosti
EditingDuration
Získajte alebo nastavíte trvanie úpravy.
[JsonProperty]
public string EditingDuration { get; set; }
Hodnota nehnuteľnosti
Generator
Získať alebo nastaviť generátor.
[JsonProperty]
public string Generator { get; set; }
Hodnota nehnuteľnosti
HyperlinkBehavior
Získať alebo nastaviť hypertextové správanie.
[JsonProperty]
public string HyperlinkBehavior { get; set; }
Hodnota nehnuteľnosti
InitialCreator
Získať alebo nastaviť pôvodného tvorcu.
[JsonProperty]
public string InitialCreator { get; set; }
Hodnota nehnuteľnosti
Keywords
Získajte alebo nastavíte kľúčové slová.
[JsonProperty]
public string Keywords { get; set; }
Hodnota nehnuteľnosti
Language
Získať alebo nastaviť jazyk.
[JsonProperty]
public string Language { get; set; }
Hodnota nehnuteľnosti
ModificationDateTime
Dostane alebo nastaví dátum zmeny.
[JsonProperty]
public string ModificationDateTime { get; set; }
Hodnota nehnuteľnosti
PrintDateTime
Získajte alebo nastavíte dátum tlače.
[JsonProperty]
public string PrintDateTime { get; set; }
Hodnota nehnuteľnosti
PrintedBy
Obdržíte alebo nastavíte tlačené.
[JsonProperty]
public string PrintedBy { get; set; }
Hodnota nehnuteľnosti
Subject
Získať alebo nastaviť tému.
[JsonProperty]
public string Subject { get; set; }
Hodnota nehnuteľnosti
Title
Získať alebo nastaviť titul.
[JsonProperty]
public string Title { get; set; }