Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acknowledgements ¶
type Acknowledgements string
Acknowledgements represents a section containing credits or thanks.
func (Acknowledgements) Type ¶
func (Acknowledgements) Type() string
type Bibliography ¶
type Bibliography string
Bibliography represents a list of cited works or references.
func (Bibliography) Type ¶
func (Bibliography) Type() string
type Colophon ¶
type Colophon string
Colophon represents a brief description of publication facts (printer, fonts, etc.).
type Copyright ¶
type Copyright string
Copyright represents the copyright notice and legal information page.
type Dedication ¶
type Dedication string
Dedication represents the author's dedication section.
func (Dedication) Type ¶
func (Dedication) Type() string
type Epigraph ¶
type Epigraph string
Epigraph represents a short quotation at the beginning of the book or a chapter.
type Foreword ¶
type Foreword string
Foreword represents an introduction written by someone other than the author.
type Glossary ¶
type Glossary string
Glossary represents a list of specialized terms and their definitions.
type ReferenceType ¶
type ReferenceType interface {
Type() string
// contains filtered or unexported methods
}
ReferenceType defines the semantic meaning of a content section within an EPUB. These types help reading systems identify the purpose of a file (e.g., a cover or a glossary).