Presentation
अवलोकन
Presentation जावा के लिए Aspose.Slides FOSS में एक वर्ग है. वारिसों सेः: IPresentation.
PowerPoint प्रस्तुति का प्रतिनिधित्व करता है.
यह वर्ग जावा प्रोग्राम में प्रस्तुति वस्तुओं के साथ काम करने हेतु 30 विधियाँ प्रदान करता है।. उपलब्ध विधियों में शामिल हैंः: Presentation, asIPresentationComponent, close, dispose, getCommentAuthors, getCurrentDateTime, getDocumentProperties, getFirstSlideNumber, getImages, getLayoutSlides, getMasters, getNotesSize, और 6 अतिरिक्त विधियाँ।. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for Java पैकेज को स्थापित करने के बाद किसी भी जावा एप्लिकेशन तक पहुंच सकते हैं. गुण: commentAuthors, currentDateTime, documentProperties, firstSlideNumber, images, layoutSlides, और 5 अधिक।.
गुण
| नाम | प्रकार | Access | विवरण |
|---|---|---|---|
presentation | IPresentation | पढ़िए। | प्रस्तुति प्राप्त करता है।. |
currentDateTime | LocalDateTime | पढ़िए। | वर्तमान तिथि‑समय प्राप्त करता है।. |
documentProperties | IDocumentProperties | पढ़िए। | दस्तावेज़ गुण प्राप्त करता है।. |
commentAuthors | ICommentAuthorCollection | पढ़िए। | टिप्पणी लेखकों को प्राप्त करता है।. |
slides | ISlideCollection | पढ़िए। | स्लाइड्स प्राप्त करता है।. |
notesSize | INotesSize | पढ़िए। | नोट्स का आकार प्राप्त करता है।. |
layoutSlides | IGlobalLayoutSlideCollection | पढ़िए। | लेआउट स्लाइड्स प्राप्त करता है।. |
masters | IMasterSlideCollection | पढ़िए। | मास्टर प्राप्त करता है।. |
images | IImageCollection | पढ़िए। | छवियों को प्राप्त करता है।. |
sourceFormat | SourceFormat | पढ़िए। | स्रोत प्रारूप प्राप्त करता है।. |
firstSlideNumber | int | पढ़िए। | पहले स्लाइड नंबर को प्राप्त करता है।. |
विधियाँ
| Signature | विवरण |
|---|---|
Presentation() | एक स्लाइड के साथ नया खाली प्रस्तुति बनाता है. |
Presentation(path: String) | दिए गए फ़ाइल पथ से एक प्रस्तुति खोलता है. |
Presentation(in: InputStream) | दिए गए इनपुट स्ट्रीम से एक प्रस्तुति खोलता है. |
save(path: String) | विकल्पों के साथ प्रारूप में स्ट्रीम पर केवल सूचीबद्ध स्लाइड इंडेक्स सहेजता है |
save(stream: OutputStream) | |
getPresentation() → IPresentation | प्रस्तुति लौटाता है।. |
getCurrentDateTime() → LocalDateTime | वर्तमान तिथि समय लौटाता है. |
setCurrentDateTime(value: LocalDateTime) | वर्तमान तिथि समय मान सेट करता है।. |
getDocumentProperties() → IDocumentProperties | दस्तावेज़ गुण लौटाता है. |
getCommentAuthors() → ICommentAuthorCollection | टिप्पणी लेखकों को लौटाता है. |
getSlides() → ISlideCollection | स्लाइड्स लौटाता है. |
getNotesSize() → INotesSize | नोट आकार लौटाता है. |
getLayoutSlides() → IGlobalLayoutSlideCollection | लेआउट स्लाइड लौटाता है. |
getMasters() → IMasterSlideCollection | मालिकों को वापस लाता है।. |
getImages() → IImageCollection | चित्र लौटाता है. |
getSourceFormat() → SourceFormat | स्रोत स्वरूप लौटाता है. |
getFirstSlideNumber() → int | पहली स्लाइड संख्या लौटाता है. |
setFirstSlideNumber(value: int) | पहले स्लाइड नंबर मान को सेट करता है।. |
asIPresentationComponent() → IPresentationComponent | IPresentationComponent के रूप में प्रस्तुति लौटाता है |
save(path: String, format: SaveFormat) | |
save(stream: OutputStream, format: SaveFormat) | |
save(path: String, format: SaveFormat, options: ISaveOptions) | |
save(stream: OutputStream, format: SaveFormat, options: ISaveOptions) | |
save(path: String, slides: int[], format: SaveFormat) | |
save(path: String, slides: int[], format: SaveFormat, options: ISaveOptions) | |
save(stream: OutputStream, slides: int[], format: SaveFormat) | |
save(stream: OutputStream, slides: int[], format: SaveFormat, options: ISaveOptions) | |
save(options: ISaveOptions) | FOSS संस्करण में लागू नहीं रनटाइम पर फेंकता है. |
dispose() | प्रस्तुति द्वारा उपयोग किए गए सभी संसाधनों को जारी करता है |
close() | प्रस्तुति को बंद करता है और संसाधनों को जारी करता हैं |