WrapPolygon クラス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
折り返し範囲の狭いポリゴン。
このクラスは、Office 2007 以降で使用できます。
オブジェクトを xml としてシリアル化されるときに、修飾名は wp:wrapPolygon です。
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))]
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2007)]
[DocumentFormat.OpenXml.SchemaAttr(16, "wrapPolygon")]
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr(16, "wrapPolygon")]
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr("wp:wrapPolygon")]
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr("wp:wrapPolygon")]
public class WrapPolygon : DocumentFormat.OpenXml.TypedOpenXmlCompositeElement
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))]
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))]
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2007)]
public class WrapPolygon : DocumentFormat.OpenXml.OpenXmlCompositeElement
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))>]
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2007)>]
[<DocumentFormat.OpenXml.SchemaAttr(16, "wrapPolygon")>]
type WrapPolygon = class
inherit OpenXmlCompositeElement
type WrapPolygon = class
inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr(16, "wrapPolygon")>]
type WrapPolygon = class
inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr("wp:wrapPolygon")>]
type WrapPolygon = class
inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr("wp:wrapPolygon")>]
type WrapPolygon = class
inherit TypedOpenXmlCompositeElement
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))>]
type WrapPolygon = class
inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint))>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo))>]
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2007)>]
type WrapPolygon = class
inherit OpenXmlCompositeElement
Public Class WrapPolygon
Inherits OpenXmlCompositeElement
Public Class WrapPolygon
Inherits TypedOpenXmlCompositeElement
- 継承
- 継承
- 属性
[ISO/IEC 29500-1 1st Edition]
wrapPolygon (多角形の折り返し)
この要素は、文書内の指定したオブジェクトの周囲でテキストを折り返すことができる範囲を決定するために使用する折り返しポリゴンを指定します。 この多角形は、次のように定義する必要があります。
start 要素は、折り返しポリゴンの原点の座標を定義します
折り返しポリゴンのポイントを定義する 2 つ以上の lineTo 要素
子要素のセットが閉じた多角形にならない場合 (最後の lineTo 要素が start 要素で指定された位置に戻らない)、折り返しポリゴンを閉じる必要に応じて、1 つの追加の行が推論されます。
[例: DrawingML オブジェクトの次の基本的な折り返しポリゴンを検討してください。
<wp:wrapPolygon>
<wp:start x="0" y="0" />
<wp:lineTo x="0" y="100" />
<wp:lineTo x="100" y="100" />
<wp:lineTo x="100" y="0" />
<wp:lineTo x="0" y="0" />
</wp:wrapPolygon>
wrapPolygon 要素は、オブジェクトのテキスト折り返しポリゴン (この場合は四角形の 4 つのポイント) を定義します。 例終わり]
親の要素 |
---|
wrapThrough (§20.4.2.18);wrapTight (§20.4.2.19) |
子要素 | Subclause |
---|---|
lineTo (折り返しポリゴン ラインの終了位置) | §20.4.2.9 |
start (折り返しポリゴン開始) | §20.4.2.14 |
[注: この要素のコンテンツ モデル (CT_WrapPath) の W3C XML スキーマ定義は§A.4.4 にあります。 メモの終了]
ISO/IEC29500: 2008。
Wrap |
WrapPolygon クラスの新しいインスタンスを初期化します。 |
Wrap |
指定した子要素を使用して、WrapPolygon クラスの新しいインスタンスを初期化します。 |
Wrap |
指定した子要素を使用して、WrapPolygon クラスの新しいインスタンスを初期化します。 |
Wrap |
外側の XML から WrapPolygon クラスの新しいインスタンスを初期化します。 |
Child |
現在の要素のすべての子ノードを取得します。 (継承元 OpenXmlElement) |
Edited |
変更された折り返しポイント スキーマ内の次の属性を表します。編集済み |
Extended |
現在の要素のすべての拡張属性 (スキーマで定義されていない属性) を取得します。 (継承元 OpenXmlElement) |
Features |
現在の要素の を IFeatureCollection 取得します。 この機能コレクションは読み取り専用ですが、使用可能な場合は親パーツとパッケージから機能を継承します。 (継承元 OpenXmlElement) |
First |
現在の OpenXmlElement 要素の最初の子を取得します。 (継承元 OpenXmlCompositeElement) |
Has |
現在の要素に属性があるかどうかを示す値を取得します。 (継承元 OpenXmlElement) |
Has |
現在の要素に子要素があるかどうかを示す値を取得します。 (継承元 OpenXmlCompositeElement) |
Inner |
現在のノードとそのすべての子の連結値を取得または設定します。 (継承元 OpenXmlCompositeElement) |
Inner |
現在のノードの子ノードのみを表すマークアップを取得または設定します。 (継承元 OpenXmlCompositeElement) |
Last |
現在の OpenXmlElement 要素の最後の子を取得します。 このような OpenXmlElement 要素がない場合は、null (Visual Basic では Nothing) を返します。 (継承元 OpenXmlCompositeElement) |
Local |
折り返し範囲の狭いポリゴン。 このクラスは、Office 2007 以降で使用できます。 オブジェクトを xml としてシリアル化されるときに、修飾名は wp:wrapPolygon です。 |
Local |
現在の要素のローカル名を取得します。 (継承元 OpenXmlElement) |
MCAttributes |
マークアップ互換性属性を取得または設定します。 現在の要素に対してマークアップ互換性属性が定義されていない場合は null を返します。 (継承元 OpenXmlElement) |
Namespace |
現在の要素で定義されているすべての名前空間宣言を取得します。 名前空間宣言がない場合は、空の列挙子を返します。 (継承元 OpenXmlElement) |
Namespace |
現在の要素の名前空間 URI を取得します。 (継承元 OpenXmlElement) |
Open |
現在の要素の OpenXmlElementContext を取得します。 (継承元 OpenXmlElement) |
Outer |
現在の要素とそのすべての子要素を表すマークアップを取得します。 (継承元 OpenXmlElement) |
Parent |
現在の要素の親要素を取得します。 (継承元 OpenXmlElement) |
Prefix |
現在の要素の名前空間プレフィックスを取得します。 (継承元 OpenXmlElement) |
Start |
多角形の折り返し開始。 スキーマ内の次の要素タグを表します: wp:start。 |
Xml |
現在の要素の修飾名を取得します。 (継承元 OpenXmlElement) |
XName |
現在の要素の修飾名を取得します。 (継承元 OpenXmlElement) |
Add |
現在の OpenXmlElement 要素の注釈の一覧にオブジェクトを追加します。 (継承元 OpenXmlElement) |
Add |
指定した要素が既知の子である場合は、 要素に追加します。 これにより、 要素がスキーマに従って正しい場所に追加されます。 (継承元 OpenXmlCompositeElement) |
Add |
現在のノードに名前空間宣言を追加します。 (継承元 OpenXmlElement) |
Ancestors() |
現在の要素のすべての先祖を列挙します。 (継承元 OpenXmlElement) |
Ancestors<T>() |
指定した型を持つ現在の要素の先祖のみを列挙します。 (継承元 OpenXmlElement) |
Annotation(Type) |
現在の OpenXmlElement 要素から、指定した型の最初の注釈オブジェクトを取得します。 (継承元 OpenXmlElement) |
Annotation<T>() |
現在の OpenXmlElement 要素から、指定した型の最初の注釈オブジェクトを取得します。 (継承元 OpenXmlElement) |
Annotations(Type) |
現在の OpenXmlElement 要素の指定した型を持つ注釈のコレクションを取得します。 (継承元 OpenXmlElement) |
Annotations<T>() |
現在の OpenXmlElement 要素の指定した型を持つ注釈のコレクションを取得します。 (継承元 OpenXmlElement) |
Append(IEnumerable<Open |
要素のリストから現在の要素の子要素のリストの末尾に各要素を追加します。 (継承元 OpenXmlElement) |
Append(Open |
要素の配列から、現在の要素の子要素のリストの末尾に各要素を追加します。 (継承元 OpenXmlElement) |
Append |
現在の要素の子ノードのリストの末尾に、指定した要素を追加します。 (継承元 OpenXmlCompositeElement) |
Clear |
既知の属性と拡張属性の両方を含むすべての属性をクリアします。 (継承元 OpenXmlElement) |
Clone() |
現在のノードの複製を作成します。 (継承元 OpenXmlElement) |
Clone |
このノードの複製を作成します。 |
Descendants() |
現在の要素のすべての子孫を列挙します。 (継承元 OpenXmlElement) |
Descendants<T>() |
T 型のすべての現在の要素の子孫を列挙します。 (継承元 OpenXmlElement) |
Elements() |
現在の要素のすべての子を列挙します。 (継承元 OpenXmlElement) |
Elements<T>() |
指定した型を持つ現在の要素の子のみを列挙します。 (継承元 OpenXmlElement) |
Elements |
現在の要素に続き、現在の要素と同じ親を持つすべての兄弟要素を列挙します。 (継承元 OpenXmlElement) |
Elements |
現在の要素の前にあり、現在の要素と同じ親を持つすべての兄弟要素を列挙します。 (継承元 OpenXmlElement) |
Get |
指定したタグ名と名前空間 URI を持つ Open XML 属性を取得します。 (継承元 OpenXmlElement) |
Get |
すべての属性のコピーを含むリストを取得します。 (継承元 OpenXmlElement) |
Get |
子コレクションを反復処理する列挙子を返します。 (継承元 OpenXmlElement) |
Get |
T 型の最初の子要素を検索します。 (継承元 OpenXmlElement) |
Insert |
指定した参照要素の直後に、指定した要素を挿入します。 (継承元 OpenXmlCompositeElement) |
Insert |
現在の要素の直後に、指定した要素を挿入します。 (継承元 OpenXmlElement) |
Insert |
現在の要素の子の指定したインデックス位置に、指定した要素を挿入します。 (継承元 OpenXmlCompositeElement) |
Insert |
指定した参照要素の直前に、指定した要素を挿入します。 (継承元 OpenXmlCompositeElement) |
Insert |
現在の要素の直前に、指定した要素を挿入します。 (継承元 OpenXmlElement) |
Is |
指定した要素の後に現在の要素がドキュメントの順序で表示されるかどうかを判断します。 (継承元 OpenXmlElement) |
Is |
指定した要素の前に現在の要素がドキュメントの順序で表示されるかどうかを判断します。 (継承元 OpenXmlElement) |
Lookup |
現在のノードのコンテキストの名前空間プレフィックスを解決します。 (継承元 OpenXmlElement) |
Lookup |
現在の要素スコープ内の名前空間 URI の対応するプレフィックスを検索します。 (継承元 OpenXmlElement) |
Next |
現在の OpenXmlElement 要素の直後にある OpenXmlElement 要素を取得します。 次の OpenXmlElement 要素がない場合は null (Visual Basic では Nothing) を返します。 (継承元 OpenXmlElement) |
Next |
現在の OpenXmlElement 要素に続く指定した型を持つ OpenXmlElement 要素を取得します。 次の OpenXmlElement がない場合は、null (Visual Basic では Nothing) を返します。 (継承元 OpenXmlElement) |
Prepend |
現在の要素の子ノードのリストの先頭に、指定した要素を挿入します。 (継承元 OpenXmlCompositeElement) |
Previous |
現在の OpenXmlElement 要素のすぐ前にある OpenXmlElement 要素を取得します。 前に OpenXmlElement 要素がない場合は、null (Visual Basic では Nothing) を返します。 (継承元 OpenXmlElement) |
Previous |
現在の OpenXmlElement の前に指定された型を持つ OpenXmlElement 要素を取得します。 前に OpenXmlElement 要素がない場合は null (Visual Basic では Nothing) を返します。 (継承元 OpenXmlElement) |
Remove() |
現在の要素を親から削除します。 (継承元 OpenXmlElement) |
Remove |
現在の要素のすべての子要素を削除します。 (継承元 OpenXmlCompositeElement) |
Remove |
T 型の現在の要素の子要素をすべて削除します。 (継承元 OpenXmlElement) |
Remove |
指定した型の注釈を現在の OpenXmlElement 要素から削除します。 (継承元 OpenXmlElement) |
Remove |
指定した型の注釈を現在の OpenXmlElement 要素から削除します。 (継承元 OpenXmlElement) |
Remove |
現在の要素から 属性を削除します。 (継承元 OpenXmlElement) |
Remove |
指定した子要素を削除します。 (継承元 OpenXmlCompositeElement) |
Remove |
指定したプレフィックスの名前空間宣言を削除します。 プレフィックスがない場合は、何も削除しません。 (継承元 OpenXmlElement) |
Replace |
現在の要素の子要素の 1 つを別の OpenXmlElement 要素に置き換えます。 (継承元 OpenXmlCompositeElement) |
Set |
指定した要素に属性を設定します。 属性が既知の属性の場合、属性の値が設定されます。 属性が拡張属性の場合は、拡張属性リストに 'openxmlAttribute' が追加されます。 (継承元 OpenXmlElement) |
Set |
要素に複数の属性を設定します。 属性が既知の属性の場合、属性の値が設定されます。 属性が拡張属性の場合は、拡張属性リストに 'openxmlAttribute' が追加されます。 (継承元 OpenXmlElement) |
Write |
現在のノードを指定した XmlWriter に保存します。 (継承元 OpenXmlElement) |
IEnumerable. |
折り返し範囲の狭いポリゴン。 このクラスは、Office 2007 以降で使用できます。 オブジェクトを xml としてシリアル化されるときに、修飾名は wp:wrapPolygon です。 (継承元 OpenXmlElement) |
IEnumerable<Open |
子コレクションを反復処理する列挙子を返します。 (継承元 OpenXmlElement) |
製品 | バージョン |
---|---|
DocumentFormat.OpenXml | 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |