DocumentInfo
Overview
DocumentInfo Java için Aspose.PDF FOSS sınıfıdır.
PDF belge bilgileri sözlüğüne girer (ISO 32000-1:2008, §14.3.3).
Bu sınıf, Java programlarında DocumentInfo nesnelerle çalışmak için 20 yöntem sunar. Mevcut yöntemler şunları içerir: DocumentInfo, clear, getAuthor, getCreationDate, getCreationTimeZone, getCreator, getKeywords, getModDate, getPdfDictionary, getProducer, getSubject, getTitle,8 adet daha yöntemler. Tüm kamu üyeleri, Java paket için Aspose.PDF FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Mülkiyet : author, creationDate, creationTimeZone, creator, keywords, modDate,Ve 4 daha.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | String | Read | Belge başlığı veya null’u iade ederse. |
author | String | Read | Belge yazarı veya null’a iade edilir. |
subject | String | Read | Belge konusu veya null, ayarlanmamışsa iade edilir. |
keywords | String | Read | Belge anahtar kelimeleri veya null’u iade etmezse. |
creator | String | Read | Yaratıcının uygulama adı veya null’u iade ederse. |
producer | String | Read | Üretici başvuru adı veya null iade edilmezse. |
creationDate | Date | Read | Belge oluşturma tarihini veya sıfırı, ayarlanmamışsa veya parseable değilse iade eder. |
modDate | Date | Read | Belge değiştirme tarihini veya ayarlanmamışsa sıfır veya parseable değilse iade eder. |
creationTimeZone | TimeZone | Read | /CreationDate PDF tarih çubuğundan parsed zaman alanını geri getirir. |
pdfDictionary | PdfDictionary | Read | PDF dizinini geri getirir. |
Methods
| Signature | Description |
|---|---|
DocumentInfo(infoDict: PdfDictionary) | Bu sayede bir DocumentInfo sözlük /Info dilini çevreleyen bir çubuk oluşturulur. |
getTitle() → String | Belge başlığı veya null’u iade ederse. |
setTitle(title: String) | Belge başlığı yazın. |
getAuthor() → String | Belge yazarı veya null’a iade edilir. |
setAuthor(author: String) | Belge yazarı ile ilgili. |
getSubject() → String | Belge konusu veya null, ayarlanmamışsa iade edilir. |
setSubject(subject: String) | Belge konusu belirleyin. |
getKeywords() → String | Belge anahtar kelimeleri veya null’u iade etmezse. |
setKeywords(keywords: String) | Belge anahtar kelimeleri oluşturun. |
getCreator() → String | Yaratıcının uygulama adı veya null’u iade ederse. |
setCreator(creator: String) | Yaratıcının adı ile uygulama yapın. |
getProducer() → String | Üretici başvuru adı veya null iade edilmezse. |
setProducer(producer: String) | Üretici adı ile ilgili bir uygulama yapın. |
getCreationDate() → Date | Belge oluşturma tarihini veya sıfırı, ayarlanmamışsa veya parseable değilse iade eder. |
setCreationDate(date: Date) | Belge oluşturma tarihini belirleyin. |
getModDate() → Date | Belge değiştirme tarihini veya ayarlanmamışsa sıfır veya parseable değilse iade eder. |
setModDate(date: Date) | Belge değişikliği tarihini belirleyin. |
getCreationTimeZone() → TimeZone | /CreationDate PDF tarih çubuğundan parsed zaman alanını geri getirir. |
getPdfDictionary() → PdfDictionary | PDF dizinini geri getirir. |
clear() | Temizleyici sözlükten tüm standart belge bilgileri girişleri temizler. |