public interface Fragment
| Modifier and Type | Interface and Description |
|---|---|
static class |
Fragment.Color
A CSS color, represented by its hexadecimal representation (ex: #FF0000)
|
static class |
Fragment.CompositeSlice
The Composite Slice
|
static class |
Fragment.Date
A Date fragment.
|
static class |
Fragment.DocumentLink
Link to a document within the same Prismic repository.
|
static class |
Fragment.Embed
An embeded object, typically coming from a third party service (example: YouTube video)
|
static class |
Fragment.FileLink
Link to a file uploaded to Prismic's Media Library, for example a PDF file.
|
static class |
Fragment.GeoPoint
A geographical point fragment, represented by longitude and latitude
|
static class |
Fragment.Group
Represents a Group fragment.
|
static class |
Fragment.Image
An image fragment.
|
static class |
Fragment.ImageLink
Link to an image uploaded to Prismic's Media Library
|
static interface |
Fragment.Link
A Link fragment
|
static class |
Fragment.Number
A Number fragment.
|
static class |
Fragment.SimpleSlice
The depricated Simple Slice
|
static interface |
Fragment.Slice
A generic Slice fragment
|
static class |
Fragment.SliceZone |
static class |
Fragment.StructuredText
A Structured text, typically a text including blocks, formatting, links, images...
|
static class |
Fragment.Text
The Text type, represents a plain text
|
static class |
Fragment.Timestamp
Timestamp fragment: date with time.
|
static class |
Fragment.WebLink |
Copyright © 2017. All rights reserved.