C# 클래스 iTextSharp.xmp.impl.xpath.XmpPath

Representates an XMP XmpPath with segment accessor methods. @since 28.02.2006
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Add ( XmpPathSegment segment ) : void

Append a path segment

GetSegment ( int index ) : XmpPathSegment
Size ( ) : int
ToString ( ) : string

Serializes the normalized XMP-path.

메소드 상세

Add() 공개 메소드

Append a path segment
public Add ( XmpPathSegment segment ) : void
segment XmpPathSegment the segment to add
리턴 void

GetSegment() 공개 메소드

public GetSegment ( int index ) : XmpPathSegment
index int the index of the segment to return
리턴 XmpPathSegment

Size() 공개 메소드

public Size ( ) : int
리턴 int

ToString() 공개 메소드

Serializes the normalized XMP-path.
public ToString ( ) : string
리턴 string