Class OleObject

Class OleObject

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

MPP 파일의 간트 차트 뷰에 삽입할 수 있는 OLE 객체를 나타냅니다.

public class OleObject

상속

objectOleObject

상속된 멤버

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

생성자

OleObject()

Aspose.Tasks.OleObject 클래스의 새 인스턴스를 초기화합니다.

public OleObject()

속성

ApplicationName

내장된 객체를 열기 위한 애플리케이션 이름을 가져오거나 설정합니다.

public string ApplicationName { get; set; }

속성 값

string

Content

내장된 파일의 데이터를 가져오거나 설정합니다. 데이터가 내장되지 않은 경우 null입니다.

public byte[] Content { get; set; }

속성 값

byte[]

DisplayAsIcon

OLE 객체가 아이콘으로 표시될지 아니면 일반 그림으로 표시될지를 나타내는 플래그를 가져오거나 설정합니다.

public bool DisplayAsIcon { get; set; }

속성 값

bool

FileFormat

내장된 객체의 파일 형식을 가져오거나 설정합니다.

public string FileFormat { get; set; }

속성 값

string

FullPath

삽입된 객체의 전체 경로를 가져오거나 설정합니다.

public string FullPath { get; set; }

속성 값

string

Id

객체 ID를 가져오거나 설정합니다.

public int Id { get; set; }

속성 값

int

Label

삽입된 객체의 레이블을 가져오거나 설정합니다.

public string Label { get; set; }

속성 값

string

Linked

프로젝트 파일이 링크 소스에 저장된 실제 데이터에 대한 링크만 포함하는지를 나타내는 값을 가져옵니다.

public bool Linked { get; }

속성 값

bool

Name

OLE 객체 인스턴스의 이름을 가져오거나 설정합니다.

public string Name { get; set; }

속성 값

string

TemporaryFile

삽입된 객체의 임시 파일 경로를 가져오거나 설정합니다.

public string TemporaryFile { get; set; }

속성 값

string

View

삽입된 객체가 속한 Aspose.Tasks.OleObject.View 클래스의 인스턴스를 가져오거나 설정합니다.

public View View { get; set; }

속성 값

View

 한국어