NewsArticle
Type name: NewsArticle
Extends Article
Name |
Type |
Description |
dateline |
Text |
The location where the NewsArticle was produced. |
printColumn |
Text |
The number of the column in which the NewsArticle appears in the print edition. |
printEdition |
Text |
The edition of the print product in which the NewsArticle appears. |
printPage |
Text |
If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18). |
printSection |
Text |
If this NewsArticle appears in print, this field indicates the print section in which the article appeared. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`NewsArticle` is a specific type of `Article` that provides additional information relevant to news content."],["It includes fields like `dateline`, `printColumn`, `printEdition`, `printPage`, and `printSection` to capture details about the news article's publication context."],["These fields help specify where and how the article was presented in a print edition, supplementing the general information inherited from the `Article` type."]]],["The `NewsArticle` type, extending `Article`, defines fields for print publication details. Key fields include `dateline` for the article's location, and print-specific data: `printColumn` (column number), `printEdition` (edition name), `printPage` (exact page name, e.g., A5), and `printSection` (section name). These fields provide information on where and how the article appeared in a printed format.\n"]]