C# 8.0 expands this vocabulary so you can use more pattern expressions in more places in your code. Consider these features when your data and functionality are separate. Consider pattern matching when your algorithms depend on a fact other than the runtime type of an object. These techniques provide another way to express designs. Just-In-Time compilation. PHP 8 introduces two JIT compilation engines. Tracing JIT, the most promising of the two, shows about 3 times better performance on synthetic benchmarks and 1.5–2 times improvement on some specific long-running applications. PDF pages don't appear in web browser window (Acrobat 7.0 and 3D, Adobe Reader 7.0-8.0, and Acrobat 8) Adobe Acrobat or Adobe Reader may be unable to display a PDF file inside a compatible web browser window if Acrobat or Reader can't read the PDF file, if the web browser isn't configured correctly with the Adobe PDF Browser plug-in, or if the.
Android 8.0 Oreo™
Smarter, faster, more powerful and sweeter than ever. The world's favorite cookie is your new favorite Android release.
Swift moves, behind the scenes
2x faster:
Get started on your favorite tasks more quickly with 2x the boot speed when powering up*
*boot time as measured on Google Pixel
Background limits:
Android Oreo helps minimize background activity in the apps you use least, it's the super power you can't even see.
A hero who’s ready before you are
Autofill:
With your permission, Autofill remembers your logins to get you into your favorite apps at supersonic speed.
Smart text selection:
Android Oreo recognizes text when you tap or select, then recommends a next logical step via a suggested app.
Do two things at once, at once
Picture-in-Picture:
Allows you to see two apps at once, it's like having super strength and laser vision.
Dive into more apps with fewer taps
Notification Dots:
Press the notification dots to quickly see what's new, and easily clear them by swiping away.
Android Instant Apps:
Teleport directly into new apps right from your browser, no installation needed.
Evolving our superest of powers safely and soundly
Peace of mind in the palm of your hand
Google Play Protect:
Working to keep your device and data safe from misbehaving apps by scanning over 50 billion apps per day, even the ones you haven't installed yet!
Talk about a life saver
Whether you're talking, playing, working or streaming, you can feel confident about keeping your battery strong and full of life.
Express yourself in more ways than ever
Emoji:
Share the feels with a fully redesigned emoji set, including over 60 new emoji.
A bird? A plane? No, it's Android Oreo.
Powers, and beyond
Allows you to quickly access from the navigation bar accessibility features, like magnification, and functionality within accessibility services, like Select to Speak.
Accessibility services can optimize the audio experience for users with disabilities.
Developers can now provide a full-bleed square shaped icon and OEMs will mask the icon to ensure intra-device consistency.
Highlights the incoming notification with larger font, highlighted app name and immediate access to actions.
More control over how apps run in the background for better overall system performance.
Limits the frequency of location updates in the background for better overall system health.
Enables applications to render richer visual content with more vibrant colors and subtler gradients. Supports full color management which allows applications to render images in the format and quality they were intended.
Applications no longer need to bundle custom fonts, which helps reduce their size.
Hostile downloader apps can't operate without permission; users now permit the installation of APKs per-source.
Compatible with all Mopria-certified printers, which make up 97% of printers sold worldwide.
API that allows you to share files across the Internet via web links.
API function for high-performance audio including Native C/C++ audio API.
More granular and consistent control over which notifications can appear and how intrusive they are.
lets users hide notifications for a period of time, similar to inbox snoozing.
Pointer capture allows the app to capture all mouse input.
The biggest change to the foundations of Android to date: a modular architecture that makes it easier and faster for hardware makers to deliver Android updates.
Developers can now let the size of their text expand or contract automatically based on the size and characteristics of the TextView, making it much easier to optimize the text size on different screens or with dynamic content.
Support for tooltips (small popup windows with descriptive text) for views and menu items.
Auto-connects you to high quality Wi-Fi and secures it with a VPN back to Google. Learn more.
Instances
EventListeneraddEventListener (eventType:string, handler:varies[, captures:bool=false])Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Duplicate an object and place it into the target.
Parameter | Type | Description |
---|---|---|
pageItems | Array of PageItem | One or more page items to place or load |
linkPageItems | bool | Whether to link pageItems in content placer (if true it will override link stories value) (Optional) (default: false) |
linkStories | bool | Whether to link stories in content placer (only applicable for single story, pageItem links will also be created in case of more than one item) (Optional) (default: false) |
mapStyles | bool | Whether to map styles in content placer (Optional) (default: false) |
placePoint | Array of Measurement Unit (Number or String) | The point at which to place (Optional) |
destinationLayer | Layer | The layer on which to place (Optional) |
showingOptions | bool | Whether to display the link options dialog (Optional) (default: false) |
voiddeleteAllLayoutSnapshots ()
Delete all layout snapshots for this Page.
voiddeleteLayoutSnapshot ()
Delete the snapshot of the layout for the current Page size and shape.
voiddetach ()
Detaches an overridden master page item from the master page.
Duplicates the page.
Parameter | Type | Description |
---|---|---|
to | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location at which to place the duplicate page relative to the reference object or within the document or spread. (Optional) (default: LocationOptions.AT_END) |
reference | Page Spread | The reference object. Note: Required when the to value specifies before or after. Can accept: Page or Spread. (Optional) |
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of PagegetElements ()
Resolves the object specifier, creating an array of object references.
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
Moves the page.
Parameter | Type | Description |
---|---|---|
to | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The new location of the page relative to the reference object or within the document or spread. (Optional) (default: LocationOptions.AT_END) |
reference | Page Spread | The reference object. Note: Required when the to parameter value specifies before or after. Can accept: Page or Spread. (Optional) |
binding | BindingOptions: BindingOptions.RIGHT_ALIGN BindingOptions.LEFT_ALIGN BindingOptions.DEFAULT_VALUE | The location of the binding spine in spreads. (Optional) (default: BindingOptions.DEFAULT_VALUE) |
Places the file.
Parameter | Type | Description |
---|---|---|
fileName | File | The file to place |
placePoint | Array of Measurement Unit (Number or String) | The point at which to place (Optional) |
destinationLayer | Layer | The layer on which to place (Optional) |
showingOptions | bool | Whether to display the import options dialog (Optional) (default: false) |
autoflowing | bool | Whether to autoflow placed text (Optional) (default: false) |
withProperties | Object | Initial values for properties of the placed object(s) (Optional) |
Deprecated: Use contentPlace method. Original Description: Create a linked story and place it into the target.
Parameter | Type | Description |
---|---|---|
parentStory | Story | The story to place and link from. |
placePoint | Array of Measurement Unit (Number or String) | The point at which to place (Optional) |
destinationLayer | Layer | The layer on which to place (Optional) |
showingOptions | bool | Whether to display the link options dialog (Optional) (default: false) |
Places the XML element onto a page. If the place point is above an existing page item, place the XML element into the page item.
Parameter | Type | Description |
---|---|---|
using | XMLElement | The XML element to place. |
placePoint | Array of Measurement Unit (Number or String) | The point at which to place the object, specified in the format [x, y]. |
autoflowing | bool | If true, autoflows placed text. (Optional) (default: false) |
Move the bounding box of the page item
Parameter | Type | Description |
---|---|---|
in | boundsKind:BoundingBoxLimits CoordinateSpaces Ordered array containing coordinateSpace:CoordinateSpaces | The bounding box to resize. Can accept: CoordinateSpaces enumerator or Ordered array containing coordinateSpace:CoordinateSpaces enumerator, boundsKind:BoundingBoxLimits enumerator. |
opposingCorners | Array of any | Opposing corners of new bounding box in the given coordinate space |
voidremove ()
Deletes the Page.
Pages 8.1
varies[, captures:bool=false])Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
voidremoveOverride ()
Removes the override from a previously overridden master page item.
Pages 8.0 ダウンロード
(in:varies, from:varies, by:ResizeMethods, values:Array of varies[, resizeIndividually:bool=true][, consideringRulerUnits:bool=false])Resize the page item.
Parameter | Type | Description |
---|---|---|
in | BoundingBoxLimits boundsKind:BoundingBoxLimits CoordinateSpaces Ordered array containing coordinateSpace:CoordinateSpaces | The bounding box to resize. Can accept: CoordinateSpaces enumerator, BoundingBoxLimits enumerator or Ordered array containing coordinateSpace:CoordinateSpaces enumerator, boundsKind:BoundingBoxLimits enumerator. |
from | AnchorPoint AnchorPoint Array of 2 Reals Array of Arrays of 2 Reals BoundingBoxLimits CoordinateSpaces Long Integers | The transform origin. Legal specifications: relative to bounding box: anchor | {anchor | {x,y}, bounds kind [, coordinate space]}; relative to coordinate space: {x,y} | {{x,y}[, coordinate space]}; relative to layout window ruler: {{x,y}, page index | bounds kind}. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
by | ResizeMethods: ResizeMethods.ADDING_CURRENT_DIMENSIONS_TO ResizeMethods.MULTIPLYING_CURRENT_DIMENSIONS_BY ResizeMethods.REPLACING_CURRENT_DIMENSIONS_WITH ResizeMethods.RESHAPING_AREA_TO_RATIO ResizeMethods.RESHAPING_BORDER_TO_RATIO | How the current dimensions are affected by the given values |
values | Array of : Array of Reals CoordinateSpaces ResizeConstraints | The width and height values. Legal dimensions specifications: {x, y [, coordinate space]}, {x, resize constraint [, coordinate space]}, or {resize constraint, y [, coordinate space]}; where x and y are real numbers and coordinate space is used to determine _only_ the unit of length for x and y; coordinate space is ignored for the 'current dimensions times' resize method). Can accept: Array of Reals, ResizeConstraints enumerators or CoordinateSpaces enumerators. |
resizeIndividually | bool | If false and multiple page items are targeted, the new dimensions are attained only by moving the individual items rather than resizing them. (Optional) (default: true) |
consideringRulerUnits | bool | If true then a ruler location is interpreted using ruler units rather than points. The default value is false. This parameter has no effect unless the reference point is specified relative to a page. (Optional) (default: false) |
Get the coordinates of the given location in the specified coordinate system.
Parameter | Type | Description |
---|---|---|
location | AnchorPoint AnchorPoint Array of 2 Reals Array of Arrays of 2 Reals BoundingBoxLimits CoordinateSpaces Long Integers | The location requested. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
in | CoordinateSpaces: CoordinateSpaces.PASTEBOARD_COORDINATES CoordinateSpaces.PARENT_COORDINATES CoordinateSpaces.INNER_COORDINATES CoordinateSpaces.PAGE_COORDINATES CoordinateSpaces.SPREAD_COORDINATES | The coordinate space to use. |
consideringRulerUnits | bool | If true then a ruler location is interpreted using ruler units rather than points. The default value is false. This parameter has no effect unless the reference point is specified relative to a page. (Optional) (default: false) |
Selects the object.
Parameter | Type | Description |
---|---|---|
existingSelection | SelectionOptions: SelectionOptions.ADD_TO SelectionOptions.REMOVE_FROM SelectionOptions.REPLACE_WITH SelectionOptions.SET_KEY | The selection status of the Page in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH) |
Replaces the content of XML element with content imported from a file.
Parameter | Type | Description |
---|---|---|
using | string | The file path to the import file. |
relativeBasePath | string | Base path used to resolve relative paths. (Optional) |
voidsnapshotCurrentLayout ()
Create a snapshot of the layout for the current Page size and shape.
string toSource ()
Generates a string which, if executed, will return the Page.
string toSpecifier ()
Retrieves the object specifier.
Transform the page item.
Parameter | Type | Description |
---|---|---|
in | CoordinateSpaces: CoordinateSpaces.PASTEBOARD_COORDINATES CoordinateSpaces.PARENT_COORDINATES CoordinateSpaces.INNER_COORDINATES CoordinateSpaces.PAGE_COORDINATES CoordinateSpaces.SPREAD_COORDINATES | The coordinate space to use |
from | AnchorPoint AnchorPoint Array of 2 Reals Array of Arrays of 2 Reals BoundingBoxLimits CoordinateSpaces Long Integers | The temporary origin during the transformation. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
withMatrix | Array of 6 Reals TransformationMatrix | Transform matrix. Can accept: Array of 6 Reals or TransformationMatrix. |
replacingCurrent | Array of MatrixContent Long Integer MatrixContent | Transform components to consider; providing this optional parameter causes the target's existing transform components to be replaced with new values. Without this parameter, the given matrix is concatenated onto the target's existing transform combining the effect of the two. Can accept: MatrixContent enumerator, Array of MatrixContent enumerators or Long Integer. (Optional) |
consideringRulerUnits | bool | If true then a ruler based origin is interpreted using ruler units rather than points. The default value is false. This parameter has no effect unless the reference point is specified relative to a page. (Optional) (default: false) |
Get the transformation values of the page item.
Parameter | Type | Description |
---|---|---|
in | CoordinateSpaces: CoordinateSpaces.PASTEBOARD_COORDINATES CoordinateSpaces.PARENT_COORDINATES CoordinateSpaces.INNER_COORDINATES CoordinateSpaces.PAGE_COORDINATES CoordinateSpaces.SPREAD_COORDINATES | The coordinate space to use |