StructureElement.Tag
محتويات
[
يخفي
]Tag(BDC)
ربط عنصر هيكلي بمشغل تدفق المحتوى BDC.
public override MCRElement Tag(BDC bdc)
| Parameter | Type | Description |
|---|---|---|
| bdc | BDC | مشغل تدفق المحتوى bdc. |
Return Value
عنصر MCRElementStructure.
See Also
- class MCRElement
- class BDC
- class StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XForm)
ربط عنصر هيكلي بمشغل تدفق المحتوى XForm.
public override OBJRElement Tag(XForm form)
| Parameter | Type | Description |
|---|---|---|
| form | XForm | نموذج Pdf. |
Return Value
عنصر OBJRElementStructure.
See Also
- class OBJRElement
- class XForm
- class StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(XImage)
ربط عنصر هيكلي بـ XImage.
public override OBJRElement Tag(XImage image)
| Parameter | Type | Description |
|---|---|---|
| image | XImage | صورة Pdf. |
Return Value
عنصر OBJRElementStructure.
See Also
- class OBJRElement
- class XImage
- class StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Artifact)
ربط عنصر هيكلي بالتحفة الفنية.
public override MCRElement Tag(Artifact artifact)
| Parameter | Type | Description |
|---|---|---|
| artifact | Artifact | تحفة Pdf. |
Return Value
عنصر MCRElementStructure.
See Also
- class MCRElement
- class Artifact
- class StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF
Tag(Annotation)
ربط عنصر هيكلي بالتعليق.
public override OBJRElement Tag(Annotation annotation)
| Parameter | Type | Description |
|---|---|---|
| annotation | Annotation | تعليق Pdf. |
Return Value
عنصر OBJRElementStructure.
See Also
- class OBJRElement
- class Annotation
- class StructureElement
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF