public class EmbeddedFileNode extends HierarchyNode<ExtendedGuid>
The embedded file node.
Constructor and Description |
---|
EmbeddedFileNode(ExtendedGuid nodeId)
Initializes a new instance of the
EmbeddedFileNode class. |
Modifier and Type | Method and Description |
---|---|
FileContainerProxy |
getEmbeddedFileContainerProxy()
Gets or sets the embedded file container.
|
String |
getEmbeddedFileName()
Gets the name of the embedded file.
|
int |
getLanguageId()
Gets language code identifier.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the image was last changed.
|
LayoutAlignment |
getLayoutAlignmentInParent()
Gets the alignment of the image relative to its containing outline element.
|
LayoutAlignment |
getLayoutAlignmentSelf()
Gets the alignment of the image.
|
float |
getLayoutMaxHeight()
Gets the height to display the embedded file icon.
|
float |
getLayoutMaxWidth()
Gets the width to display the embedded file icon.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
getNoteTagStates()
Gets the state properties of each note tag.
|
float |
getOffsetFromParentHoriz()
Gets the horizontal offset from the page origin to the embedded file.
|
float |
getOffsetFromParentVert()
Gets the vertical offset from the page origin to the embedded file.
|
FileContainerProxy |
getPictureContainerProxy()
Gets or sets the binary data for the icon that is associated with the embedded file.
|
float |
getPictureHeight()
Gets the height of the embedded file icon.
|
float |
getPictureWidth()
Gets the width of the embedded file icon.
|
int |
getRecordMedia()
Gets the type of audio or video recording that is stored in the embedded file
|
int |
getRichEditTextLangId()
Gets the locale identifier(LCID)
1 -> Audio recording (.wma, .mp3, .wav).
|
String |
getRichEditTextUnicode()
Gets the text for the image.
|
String |
getSourceFilePath()
Gets the path to the original file.
|
boolean |
isConflictObjectForRender()
Gets whether the embedded file is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
|
boolean |
isLayoutSizeSetByUser()
It that specifies whether the value of the LayoutMaxWidth element was set explicitly by the user for the embedded file.
|
boolean |
isPrintout()
Gets the printout state.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the embedded file is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
|
void |
setEmbeddedFileContainerProxy(FileContainerProxy value)
Gets or sets the embedded file container.
|
void |
setEmbeddedFileName(String value)
Gets the name of the embedded file.
|
void |
setLanguageId(int value)
Gets language code identifier.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
|
void |
setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the image relative to its containing outline element.
|
void |
setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the image.
|
void |
setLayoutMaxHeight(float value)
Gets the height to display the embedded file icon.
|
void |
setLayoutMaxWidth(float value)
Gets the width to display the embedded file icon.
|
void |
setLayoutSizeSetByUser(boolean value)
It that specifies whether the value of the LayoutMaxWidth element was set explicitly by the user for the embedded file.
|
void |
setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
|
void |
setOffsetFromParentHoriz(float value)
Gets the horizontal offset from the page origin to the embedded file.
|
void |
setOffsetFromParentVert(float value)
Gets the vertical offset from the page origin to the embedded file.
|
void |
setPictureContainerProxy(FileContainerProxy value)
Gets or sets the binary data for the icon that is associated with the embedded file.
|
void |
setPictureHeight(float value)
Gets the height of the embedded file icon.
|
void |
setPictureWidth(float value)
Gets the width of the embedded file icon.
|
void |
setPrintout(boolean value)
Gets the printout state.
|
void |
setRecordMedia(int value)
Gets the type of audio or video recording that is stored in the embedded file
|
void |
setRichEditTextLangId(int value)
Gets the locale identifier(LCID)
1 -> Audio recording (.wma, .mp3, .wav).
|
void |
setRichEditTextUnicode(String value)
Gets the text for the image.
|
void |
setSourceFilePath(String value)
Gets the path to the original file.
|
getNodeId, getType
public EmbeddedFileNode(ExtendedGuid nodeId)
Initializes a new instance of the EmbeddedFileNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the image was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the image was last changed.
public FileContainerProxy getPictureContainerProxy()
Gets or sets the binary data for the icon that is associated with the embedded file.
public void setPictureContainerProxy(FileContainerProxy value)
Gets or sets the binary data for the icon that is associated with the embedded file.
public float getLayoutMaxWidth()
Gets the width to display the embedded file icon.
public void setLayoutMaxWidth(float value)
Gets the width to display the embedded file icon.
public float getLayoutMaxHeight()
Gets the height to display the embedded file icon.
public void setLayoutMaxHeight(float value)
Gets the height to display the embedded file icon.
public boolean isLayoutSizeSetByUser()
It that specifies whether the value of the LayoutMaxWidth element was set explicitly by the user for the embedded file.
public void setLayoutSizeSetByUser(boolean value)
It that specifies whether the value of the LayoutMaxWidth element was set explicitly by the user for the embedded file.
public int getLanguageId()
Gets language code identifier.
public void setLanguageId(int value)
Gets language code identifier.
public String getRichEditTextUnicode()
Gets the text for the image.
public void setRichEditTextUnicode(String value)
Gets the text for the image.
public LayoutAlignment getLayoutAlignmentInParent()
Gets the alignment of the image relative to its containing outline element.
public void setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the image relative to its containing outline element.
public LayoutAlignment getLayoutAlignmentSelf()
Gets the alignment of the image.
public void setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the image.
public FileContainerProxy getEmbeddedFileContainerProxy()
Gets or sets the embedded file container.
public void setEmbeddedFileContainerProxy(FileContainerProxy value)
Gets or sets the embedded file container.
public String getEmbeddedFileName()
Gets the name of the embedded file.
public void setEmbeddedFileName(String value)
Gets the name of the embedded file.
public String getSourceFilePath()
Gets the path to the original file.
public void setSourceFilePath(String value)
Gets the path to the original file.
public int getRecordMedia()
Gets the type of audio or video recording that is stored in the embedded file
public void setRecordMedia(int value)
Gets the type of audio or video recording that is stored in the embedded file
public int getRichEditTextLangId()
Gets the locale identifier(LCID) 1 -> Audio recording (.wma, .mp3, .wav). 2 -> Video recording (.wmv, .avi, .mpg).
public void setRichEditTextLangId(int value)
Gets the locale identifier(LCID) 1 -> Audio recording (.wma, .mp3, .wav). 2 -> Video recording (.wmv, .avi, .mpg).
public boolean isConflictObjectForRender()
Gets whether the embedded file is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the embedded file is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the embedded file is a conflict object (section 2.1.1) that can be selected.
public float getPictureWidth()
Gets the width of the embedded file icon.
public void setPictureWidth(float value)
Gets the width of the embedded file icon.
public float getPictureHeight()
Gets the height of the embedded file icon.
public void setPictureHeight(float value)
Gets the height of the embedded file icon.
public com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> getNoteTagStates()
Gets the state properties of each note tag.
public void setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
public float getOffsetFromParentHoriz()
Gets the horizontal offset from the page origin to the embedded file.
public void setOffsetFromParentHoriz(float value)
Gets the horizontal offset from the page origin to the embedded file.
public float getOffsetFromParentVert()
Gets the vertical offset from the page origin to the embedded file.
public void setOffsetFromParentVert(float value)
Gets the vertical offset from the page origin to the embedded file.
public boolean isPrintout()
Gets the printout state.
public void setPrintout(boolean value)
Gets the printout state.
Copyright (c) 2016 Aspose. All Rights Reserved.