libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Page::Internal Struct Reference

Public Member Functions

 Internal (Create_new const &, Internals::Page_tree &page_tree)
 

Public Attributes

Internals::Page_treepage_tree
 Parent page tree.
 
Carousel::Object object
 COS object for this page.
 
Carousel::Dictionarydata
 Data dictionary for this page.
 
Carousel::Object contents
 The page's contents stream object.
 
optional< Internals::Resource_collectionresources
 On-demand allocated resource collection.
 

Member Data Documentation

◆ page_tree

Internals::Page_tree& Art::Paperback::Page::Internal::page_tree

Parent page tree.

◆ object

Carousel::Object Art::Paperback::Page::Internal::object

COS object for this page.

◆ data

Carousel::Dictionary& Art::Paperback::Page::Internal::data

Data dictionary for this page.

◆ contents

Carousel::Object Art::Paperback::Page::Internal::contents

The page's contents stream object.

◆ resources

optional<Internals::Resource_collection> Art::Paperback::Page::Internal::resources

On-demand allocated resource collection.